Html Css Color HEX #B81B13 Fire Brick

📋 copy color: '#B81B13'

red 184 ◦ green 27 ◦ blue 19

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

Shades of Fire Brick #B81B13

Tints of Fire Brick #B81B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.74%

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

R = 80%
G = 11.74%
B = 8.26%

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

#B81B13 (or 0xB81B13) is known color: Fire Brick. HEX triplet: B8, 1B and 13. RGB value is (184,27,19). Sum of RGB (Red+Green+Blue) = 184+27+19=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81B13 is #47E4EC. Grayscale: #494949. Windows color (decimal): -4711661 or 1252280. OLE color: 1252280.

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

Color convert

RGB 184 27 19 -
CMYK 0 0.85 0.90 0.28
HSL 2.91º 0.81% 0.4% -
HSV(B) 2.91º 0.9% 0.72% -
XYZ 20.28 11.02 1.67 -
YUV 73.03 97.51 207.15 -
System Red Green Blue C M Y K H S L
Decimal 184 27 19 0 0.85 0.90 0.28 2.91 0.81 0.4
Hex B8 1B 13 0 55 5A 1C 3 51 28
Octal 270 33 23 0 125 132 34 3 121 50
Binary 10111000 11011 10011 0 1010101 1011010 11100 11 1010001 101000

Color Harmonies of #B81B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B13

Black with #B81B13

Text Example


Text Example

White with #B81B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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