Html Css Color HEX #B41812 Fire Brick

📋 copy color: '#B41812'

red 180 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #B41812

Tints of Fire Brick #B41812

RGB

 RED value IS 180 (70.7% from 255) = 81.08%

 GREEN value IS 24 (9.77% from 255) = 10.81%

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

R = 81.08%
G = 10.81%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B41812 (or 0xB41812) is known color: Fire Brick. HEX triplet: B4, 18 and 12. RGB value is (180,24,18). Sum of RGB (Red+Green+Blue) = 180+24+18=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B41812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41812 is #4BE7ED. Grayscale: #464646. Windows color (decimal): -4974574 or 1185972. OLE color: 1185972.

HSL color Cylindrical-coordinate representation of color #B41812: hue angle of 2.22º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41812 is Cyan = 0, Magento = 0.87, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 24 18 -
CMYK 0 0.87 0.9 0.29
HSL 2.22º 0.82% 0.39% -
HSV(B) 2.22º 0.9% 0.71% -
XYZ 19.26 10.4 1.56 -
YUV 69.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 180 24 18 0 0.87 0.9 0.29 2.22 0.82 0.39
Hex B4 18 12 0 57 5A 1D 2 52 27
Octal 264 30 22 0 127 132 35 2 122 47
Binary 10110100 11000 10010 0 1010111 1011010 11101 10 1010010 100111

Color Harmonies of #B41812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41812

Black with #B41812

Text Example


Text Example

White with #B41812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41812; }

 p { color: rgb(180,24,18); }

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

background-color css

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

 a { background-color: rgb(180,24,18); }

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

border-color css

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

 span { border-color: rgb(180,24,18); }

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