Html Css Color HEX #B42018 Fire Brick

📋 copy color: '#B42018'

red 180 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #B42018

Tints of Fire Brick #B42018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.17%

R = 76.27%
G = 13.56%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B42018 (or 0xB42018) is known color: Fire Brick. HEX triplet: B4, 20 and 18. RGB value is (180,32,24). Sum of RGB (Red+Green+Blue) = 180+32+24=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B42018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42018 is #4BDFE7. Grayscale: #4B4B4B. Windows color (decimal): -4972520 or 1581236. OLE color: 1581236.

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

Color convert

RGB 180 32 24 -
CMYK 0 0.82 0.87 0.29
HSL 3.08º 0.76% 0.4% -
HSV(B) 3.08º 0.87% 0.71% -
XYZ 19.5 10.8 1.92 -
YUV 75.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 180 32 24 0 0.82 0.87 0.29 3.08 0.76 0.4
Hex B4 20 18 0 52 57 1D 3 4C 28
Octal 264 40 30 0 122 127 35 3 114 50
Binary 10110100 100000 11000 0 1010010 1010111 11101 11 1001100 101000

Color Harmonies of #B42018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42018

Black with #B42018

Text Example


Text Example

White with #B42018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42018; }

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

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

background-color css

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

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

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

border-color css

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

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

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