Html Css Color HEX #B42815 Fire Brick

📋 copy color: '#B42815'

red 180 ◦ green 40 ◦ blue 21

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

Shades of Fire Brick #B42815

Tints of Fire Brick #B42815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.6%

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

R = 74.69%
G = 16.6%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B42815 (or 0xB42815) is known color: Fire Brick. HEX triplet: B4, 28 and 15. RGB value is (180,40,21). Sum of RGB (Red+Green+Blue) = 180+40+21=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B42815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42815 is #4BD7EA. Grayscale: #4F4F4F. Windows color (decimal): -4970475 or 1386676. OLE color: 1386676.

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

Color convert

RGB 180 40 21 -
CMYK 0 0.78 0.88 0.29
HSL 7.17º 0.79% 0.39% -
HSV(B) 7.17º 0.88% 0.71% -
XYZ 19.72 11.28 1.85 -
YUV 79.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 180 40 21 0 0.78 0.88 0.29 7.17 0.79 0.39
Hex B4 28 15 0 4E 58 1D 7 4F 27
Octal 264 50 25 0 116 130 35 7 117 47
Binary 10110100 101000 10101 0 1001110 1011000 11101 111 1001111 100111

Color Harmonies of #B42815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42815

Black with #B42815

Text Example


Text Example

White with #B42815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42815; }

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

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

background-color css

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

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

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

border-color css

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

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

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