Html Css Color HEX #B81C0C Fire Brick

📋 copy color: '#B81C0C'

red 184 ◦ green 28 ◦ blue 12

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

Shades of Fire Brick #B81C0C

Tints of Fire Brick #B81C0C

RGB

 RED value IS 184 (72.27% from 255) = 82.14%

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

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

R = 82.14%
G = 12.5%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B81C0C (or 0xB81C0C) is known color: Fire Brick. HEX triplet: B8, 1C and 0C. RGB value is (184,28,12). Sum of RGB (Red+Green+Blue) = 184+28+12=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81C0C is #47E3F3. Grayscale: #494949. Windows color (decimal): -4711412 or 793784. OLE color: 793784.

HSL color Cylindrical-coordinate representation of color #B81C0C: hue angle of 5.58º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B81C0C is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 28 12 -
CMYK 0 0.85 0.93 0.28
HSL 5.58º 0.88% 0.38% -
HSV(B) 5.58º 0.93% 0.72% -
XYZ 20.25 11.05 1.41 -
YUV 72.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 184 28 12 0 0.85 0.93 0.28 5.58 0.88 0.38
Hex B8 1C C 0 55 5D 1C 6 58 26
Octal 270 34 14 0 125 135 34 6 130 46
Binary 10111000 11100 1100 0 1010101 1011101 11100 110 1011000 100110

Color Harmonies of #B81C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C0C

Black with #B81C0C

Text Example


Text Example

White with #B81C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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