Html Css Color HEX #B42115 Fire Brick

📋 copy color: '#B42115'

red 180 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #B42115

Tints of Fire Brick #B42115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 76.92%
G = 14.1%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B42115 (or 0xB42115) is known color: Fire Brick. HEX triplet: B4, 21 and 15. RGB value is (180,33,21). Sum of RGB (Red+Green+Blue) = 180+33+21=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B42115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42115 is #4BDEEA. Grayscale: #4B4B4B. Windows color (decimal): -4972267 or 1384884. OLE color: 1384884.

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

Color convert

RGB 180 33 21 -
CMYK 0 0.82 0.88 0.29
HSL 4.53º 0.79% 0.39% -
HSV(B) 4.53º 0.88% 0.71% -
XYZ 19.5 10.85 1.77 -
YUV 75.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 180 33 21 0 0.82 0.88 0.29 4.53 0.79 0.39
Hex B4 21 15 0 52 58 1D 5 4F 27
Octal 264 41 25 0 122 130 35 5 117 47
Binary 10110100 100001 10101 0 1010010 1011000 11101 101 1001111 100111

Color Harmonies of #B42115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42115

Black with #B42115

Text Example


Text Example

White with #B42115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42115; }

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

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

background-color css

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

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

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

border-color css

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

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

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