Html Css Color HEX #B42415 Fire Brick

📋 copy color: '#B42415'

red 180 ◦ green 36 ◦ blue 21

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

Shades of Fire Brick #B42415

Tints of Fire Brick #B42415

RGB

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

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

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

R = 75.95%
G = 15.19%
B = 8.86%

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

#B42415 (or 0xB42415) is known color: Fire Brick. HEX triplet: B4, 24 and 15. RGB value is (180,36,21). Sum of RGB (Red+Green+Blue) = 180+36+21=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B42415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42415 is #4BDBEA. Grayscale: #4D4D4D. Windows color (decimal): -4971499 or 1385652. OLE color: 1385652.

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

Color convert

RGB 180 36 21 -
CMYK 0 0.8 0.88 0.29
HSL 5.66º 0.79% 0.39% -
HSV(B) 5.66º 0.88% 0.71% -
XYZ 19.59 11.02 1.8 -
YUV 77.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 180 36 21 0 0.8 0.88 0.29 5.66 0.79 0.39
Hex B4 24 15 0 50 58 1D 6 4F 27
Octal 264 44 25 0 120 130 35 6 117 47
Binary 10110100 100100 10101 0 1010000 1011000 11101 110 1001111 100111

Color Harmonies of #B42415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42415

Black with #B42415

Text Example


Text Example

White with #B42415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42415; }

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

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

background-color css

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

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

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

border-color css

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

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

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