Html Css Color HEX #B42811 Fire Brick

📋 copy color: '#B42811'

red 180 ◦ green 40 ◦ blue 17

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

Shades of Fire Brick #B42811

Tints of Fire Brick #B42811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

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

R = 75.95%
G = 16.88%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B42811 (or 0xB42811) is known color: Fire Brick. HEX triplet: B4, 28 and 11. RGB value is (180,40,17). Sum of RGB (Red+Green+Blue) = 180+40+17=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B42811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42811 is #4BD7EE. Grayscale: #4F4F4F. Windows color (decimal): -4970479 or 1124532. OLE color: 1124532.

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

Color convert

RGB 180 40 17 -
CMYK 0 0.78 0.91 0.29
HSL 8.47º 0.83% 0.39% -
HSV(B) 8.47º 0.91% 0.71% -
XYZ 19.68 11.26 1.67 -
YUV 79.24 92.88 199.87 -
System Red Green Blue C M Y K H S L
Decimal 180 40 17 0 0.78 0.91 0.29 8.47 0.83 0.39
Hex B4 28 11 0 4E 5B 1D 8 53 27
Octal 264 50 21 0 116 133 35 10 123 47
Binary 10110100 101000 10001 0 1001110 1011011 11101 1000 1010011 100111

Color Harmonies of #B42811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42811

Black with #B42811

Text Example


Text Example

White with #B42811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42811; }

 p { color: rgb(180,40,17); }

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

background-color css

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

 a { background-color: rgb(180,40,17); }

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

border-color css

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

 span { border-color: rgb(180,40,17); }

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