Html Css Color HEX #B81C13 Fire Brick

📋 copy color: '#B81C13'

red 184 ◦ green 28 ◦ blue 19

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

Shades of Fire Brick #B81C13

Tints of Fire Brick #B81C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 79.65%
G = 12.12%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B81C13 (or 0xB81C13) is known color: Fire Brick. HEX triplet: B8, 1C and 13. RGB value is (184,28,19). Sum of RGB (Red+Green+Blue) = 184+28+19=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81C13 is #47E3EC. Grayscale: #494949. Windows color (decimal): -4711405 or 1252536. OLE color: 1252536.

HSL color Cylindrical-coordinate representation of color #B81C13: hue angle of 3.27º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81C13 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 28 19 -
CMYK 0 0.85 0.90 0.28
HSL 3.27º 0.81% 0.4% -
HSV(B) 3.27º 0.9% 0.72% -
XYZ 20.3 11.07 1.68 -
YUV 73.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 184 28 19 0 0.85 0.90 0.28 3.27 0.81 0.4
Hex B8 1C 13 0 55 5A 1C 3 51 28
Octal 270 34 23 0 125 132 34 3 121 50
Binary 10111000 11100 10011 0 1010101 1011010 11100 11 1010001 101000

Color Harmonies of #B81C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C13

Black with #B81C13

Text Example


Text Example

White with #B81C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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