Html Css Color HEX #B81C11 Fire Brick

📋 copy color: '#B81C11'

red 184 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #B81C11

Tints of Fire Brick #B81C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.42%

R = 80.35%
G = 12.23%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B81C11 (or 0xB81C11) is known color: Fire Brick. HEX triplet: B8, 1C and 11. RGB value is (184,28,17). Sum of RGB (Red+Green+Blue) = 184+28+17=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81C11 is #47E3EE. Grayscale: #494949. Windows color (decimal): -4711407 or 1121464. OLE color: 1121464.

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

Color convert

RGB 184 28 17 -
CMYK 0 0.85 0.91 0.28
HSL 3.95º 0.83% 0.39% -
HSV(B) 3.95º 0.91% 0.72% -
XYZ 20.28 11.06 1.6 -
YUV 73.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 184 28 17 0 0.85 0.91 0.28 3.95 0.83 0.39
Hex B8 1C 11 0 55 5B 1C 4 53 27
Octal 270 34 21 0 125 133 34 4 123 47
Binary 10111000 11100 10001 0 1010101 1011011 11100 100 1010011 100111

Color Harmonies of #B81C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C11

Black with #B81C11

Text Example


Text Example

White with #B81C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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