Html Css Color HEX #BA180C Fire Brick

📋 copy color: '#BA180C'

red 186 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #BA180C

Tints of Fire Brick #BA180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.81%

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 83.78%
G = 10.81%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA180C (or 0xBA180C) is known color: Fire Brick. HEX triplet: BA, 18 and 0C. RGB value is (186,24,12). Sum of RGB (Red+Green+Blue) = 186+24+12=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA180C is #45E7F3. Grayscale: #474747. Windows color (decimal): -4581364 or 792762. OLE color: 792762.

HSL color Cylindrical-coordinate representation of color #BA180C: hue angle of 4.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA180C is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 12 -
CMYK 0 0.87 0.94 0.27
HSL 4.14º 0.88% 0.39% -
HSV(B) 4.14º 0.94% 0.73% -
XYZ 20.64 11.12 1.41 -
YUV 71.07 94.67 209.98 -
System Red Green Blue C M Y K H S L
Decimal 186 24 12 0 0.87 0.94 0.27 4.14 0.88 0.39
Hex BA 18 C 0 57 5E 1B 4 58 27
Octal 272 30 14 0 127 136 33 4 130 47
Binary 10111010 11000 1100 0 1010111 1011110 11011 100 1011000 100111

Color Harmonies of #BA180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA180C

Black with #BA180C

Text Example


Text Example

White with #BA180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA180C; }

 p { color: rgb(186,24,12); }

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

background-color css

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

 a { background-color: rgb(186,24,12); }

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

border-color css

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

 span { border-color: rgb(186,24,12); }

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