Html Css Color HEX #B42016 Fire Brick

📋 copy color: '#B42016'

red 180 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #B42016

Tints of Fire Brick #B42016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.68%

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 76.92%
G = 13.68%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B42016 (or 0xB42016) is known color: Fire Brick. HEX triplet: B4, 20 and 16. RGB value is (180,32,22). Sum of RGB (Red+Green+Blue) = 180+32+22=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B42016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42016 is #4BDFE9. Grayscale: #4B4B4B. Windows color (decimal): -4972522 or 1450164. OLE color: 1450164.

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

Color convert

RGB 180 32 22 -
CMYK 0 0.82 0.88 0.29
HSL 3.8º 0.78% 0.4% -
HSV(B) 3.8º 0.88% 0.71% -
XYZ 19.48 10.79 1.82 -
YUV 75.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 180 32 22 0 0.82 0.88 0.29 3.8 0.78 0.4
Hex B4 20 16 0 52 58 1D 4 4E 28
Octal 264 40 26 0 122 130 35 4 116 50
Binary 10110100 100000 10110 0 1010010 1011000 11101 100 1001110 101000

Color Harmonies of #B42016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42016

Black with #B42016

Text Example


Text Example

White with #B42016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42016; }

 p { color: rgb(180,32,22); }

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

background-color css

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

 a { background-color: rgb(180,32,22); }

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

border-color css

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

 span { border-color: rgb(180,32,22); }

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