Html Css Color HEX #B42215 Fire Brick

📋 copy color: '#B42215'

red 180 ◦ green 34 ◦ blue 21

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

Shades of Fire Brick #B42215

Tints of Fire Brick #B42215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 76.6%
G = 14.47%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B42215 (or 0xB42215) is known color: Fire Brick. HEX triplet: B4, 22 and 15. RGB value is (180,34,21). Sum of RGB (Red+Green+Blue) = 180+34+21=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B42215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42215 is #4BDDEA. Grayscale: #4C4C4C. Windows color (decimal): -4972011 or 1385140. OLE color: 1385140.

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

Color convert

RGB 180 34 21 -
CMYK 0 0.81 0.88 0.29
HSL 4.91º 0.79% 0.39% -
HSV(B) 4.91º 0.88% 0.71% -
XYZ 19.53 10.9 1.78 -
YUV 76.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 180 34 21 0 0.81 0.88 0.29 4.91 0.79 0.39
Hex B4 22 15 0 51 58 1D 5 4F 27
Octal 264 42 25 0 121 130 35 5 117 47
Binary 10110100 100010 10101 0 1010001 1011000 11101 101 1001111 100111

Color Harmonies of #B42215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42215

Black with #B42215

Text Example


Text Example

White with #B42215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42215; }

 p { color: rgb(180,34,21); }

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

background-color css

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

 a { background-color: rgb(180,34,21); }

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

border-color css

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

 span { border-color: rgb(180,34,21); }

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