Html Css Color HEX #BA3C43 Brick Red

📋 copy color: '#BA3C43'

red 186 ◦ green 60 ◦ blue 67

#BA3C43
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BA3C43

Tints of Brick Red #BA3C43

RGB

 RED value IS 186 (73.05% from 255) = 59.42%

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 67 (26.56% from 255) = 21.41%

R = 59.42%
G = 19.17%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA3C43 (or 0xBA3C43) is known color: Brick Red. HEX triplet: BA, 3C and 43. RGB value is (186,60,67). Sum of RGB (Red+Green+Blue) = 186+60+67=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C43 is #45C3BC. Grayscale: #626262. Windows color (decimal): -4572093 or 4406458. OLE color: 4406458.

HSL color Cylindrical-coordinate representation of color #BA3C43: hue angle of 356.67º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C43 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 67 -
CMYK 0 0.68 0.64 0.27
HSL 356.67º 0.51% 0.48% -
HSV(B) 356.67º 0.68% 0.73% -
XYZ 22.88 14.08 6.82 -
YUV 98.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 186 60 67 0 0.68 0.64 0.27 356.67 0.51 0.48
Hex BA 3C 43 0 44 40 1B 165 33 30
Octal 272 74 103 0 104 100 33 545 63 60
Binary 10111010 111100 1000011 0 1000100 1000000 11011 101100101 110011 110000

Color Harmonies of #BA3C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C43

Black with #BA3C43

Text Example


Text Example

White with #BA3C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C43; }

 p { color: rgb(186,60,67); }

 H1.HeaderClassName
 {
   color: #BA3C43;
 }
 .AnyTagClassName
 {
   color: #BA3C43;
 }
</style>

background-color css

<style>
 a { background-color: #BA3C43; }

 a { background-color: rgb(186,60,67); }

 div.DivClassName
 {
   background-color: #BA3C43;
 }
 .BgClassName
 {
   background-color: #BA3C43;
 }
</style>

border-color css

<style>
 span { border-color: #BA3C43; }

 span { border-color: rgb(186,60,67); }

 td.TdClassName
 {
   border-color: #BA3C43;
 }
 .TagClassName
 {
   border-color: #BA3C43;
 }
</style>