Html Css Color HEX #B81E12 Fire Brick

📋 copy color: '#B81E12'

red 184 ◦ green 30 ◦ blue 18

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

Shades of Fire Brick #B81E12

Tints of Fire Brick #B81E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.93%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 79.31%
G = 12.93%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B81E12 (or 0xB81E12) is known color: Fire Brick. HEX triplet: B8, 1E and 12. RGB value is (184,30,18). Sum of RGB (Red+Green+Blue) = 184+30+18=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81E12 is #47E1ED. Grayscale: #4A4A4A. Windows color (decimal): -4710894 or 1187512. OLE color: 1187512.

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

Color convert

RGB 184 30 18 -
CMYK 0 0.84 0.90 0.28
HSL 4.34º 0.82% 0.4% -
HSV(B) 4.34º 0.9% 0.72% -
XYZ 20.34 11.16 1.65 -
YUV 74.68 96.02 205.98 -
System Red Green Blue C M Y K H S L
Decimal 184 30 18 0 0.84 0.90 0.28 4.34 0.82 0.4
Hex B8 1E 12 0 54 5A 1C 4 52 28
Octal 270 36 22 0 124 132 34 4 122 50
Binary 10111000 11110 10010 0 1010100 1011010 11100 100 1010010 101000

Color Harmonies of #B81E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E12

Black with #B81E12

Text Example


Text Example

White with #B81E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E12; }

 p { color: rgb(184,30,18); }

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

background-color css

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

 a { background-color: rgb(184,30,18); }

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

border-color css

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

 span { border-color: rgb(184,30,18); }

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