Html Css Color HEX #BA1C0C Fire Brick

📋 copy color: '#BA1C0C'

red 186 ◦ green 28 ◦ blue 12

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

Shades of Fire Brick #BA1C0C

Tints of Fire Brick #BA1C0C

RGB

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

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

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

R = 82.3%
G = 12.39%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA1C0C (or 0xBA1C0C) is known color: Fire Brick. HEX triplet: BA, 1C and 0C. RGB value is (186,28,12). Sum of RGB (Red+Green+Blue) = 186+28+12=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C0C is #45E3F3. Grayscale: #494949. Windows color (decimal): -4580340 or 793786. OLE color: 793786.

HSL color Cylindrical-coordinate representation of color #BA1C0C: hue angle of 5.52º 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 #BA1C0C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 28 12 -
CMYK 0 0.85 0.94 0.27
HSL 5.52º 0.88% 0.39% -
HSV(B) 5.52º 0.94% 0.73% -
XYZ 20.73 11.3 1.44 -
YUV 73.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 186 28 12 0 0.85 0.94 0.27 5.52 0.88 0.39
Hex BA 1C C 0 55 5E 1B 6 58 27
Octal 272 34 14 0 125 136 33 6 130 47
Binary 10111010 11100 1100 0 1010101 1011110 11011 110 1011000 100111

Color Harmonies of #BA1C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C0C

Black with #BA1C0C

Text Example


Text Example

White with #BA1C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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