Html Css Color HEX #BA1C08 Fire Brick

📋 copy color: '#BA1C08'

red 186 ◦ green 28 ◦ blue 8

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

Shades of Fire Brick #BA1C08

Tints of Fire Brick #BA1C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.61%

 BLUE value IS 8 (3.52% from 255) = 3.6%

R = 83.78%
G = 12.61%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA1C08 (or 0xBA1C08) is known color: Fire Brick. HEX triplet: BA, 1C and 08. RGB value is (186,28,8). Sum of RGB (Red+Green+Blue) = 186+28+8=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C08 is #45E3F7. Grayscale: #494949. Windows color (decimal): -4580344 or 531642. OLE color: 531642.

HSL color Cylindrical-coordinate representation of color #BA1C08: hue angle of 6.74º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA1C08 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 8 -
CMYK 0 0.85 0.96 0.27
HSL 6.74º 0.92% 0.38% -
HSV(B) 6.74º 0.96% 0.73% -
XYZ 20.71 11.29 1.32 -
YUV 72.96 91.35 208.63 -
System Red Green Blue C M Y K H S L
Decimal 186 28 8 0 0.85 0.96 0.27 6.74 0.92 0.38
Hex BA 1C 8 0 55 60 1B 7 5C 26
Octal 272 34 10 0 125 140 33 7 134 46
Binary 10111010 11100 1000 0 1010101 1100000 11011 111 1011100 100110

Color Harmonies of #BA1C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C08

Black with #BA1C08

Text Example


Text Example

White with #BA1C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C08; }

 p { color: rgb(186,28,8); }

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

background-color css

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

 a { background-color: rgb(186,28,8); }

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

border-color css

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

 span { border-color: rgb(186,28,8); }

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