Html Css Color HEX #B42416 Fire Brick

📋 copy color: '#B42416'

red 180 ◦ green 36 ◦ blue 22

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

Shades of Fire Brick #B42416

Tints of Fire Brick #B42416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

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

R = 75.63%
G = 15.13%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B42416 (or 0xB42416) is known color: Fire Brick. HEX triplet: B4, 24 and 16. RGB value is (180,36,22). Sum of RGB (Red+Green+Blue) = 180+36+22=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B42416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42416 is #4BDBE9. Grayscale: #4D4D4D. Windows color (decimal): -4971498 or 1451188. OLE color: 1451188.

HSL color Cylindrical-coordinate representation of color #B42416: hue angle of 5.32º 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 #B42416 is Cyan = 0, Magento = 0.8, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 36 22 -
CMYK 0 0.8 0.88 0.29
HSL 5.32º 0.78% 0.4% -
HSV(B) 5.32º 0.88% 0.71% -
XYZ 19.6 11.02 1.85 -
YUV 77.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 180 36 22 0 0.8 0.88 0.29 5.32 0.78 0.4
Hex B4 24 16 0 50 58 1D 5 4E 28
Octal 264 44 26 0 120 130 35 5 116 50
Binary 10110100 100100 10110 0 1010000 1011000 11101 101 1001110 101000

Color Harmonies of #B42416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42416

Black with #B42416

Text Example


Text Example

White with #B42416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42416; }

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

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

background-color css

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

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

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

border-color css

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

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

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