Html Css Color HEX #B42113 Fire Brick

📋 copy color: '#B42113'

red 180 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #B42113

Tints of Fire Brick #B42113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 77.59%
G = 14.22%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B42113 (or 0xB42113) is known color: Fire Brick. HEX triplet: B4, 21 and 13. RGB value is (180,33,19). Sum of RGB (Red+Green+Blue) = 180+33+19=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B42113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42113 is #4BDEEC. Grayscale: #4B4B4B. Windows color (decimal): -4972269 or 1253812. OLE color: 1253812.

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

Color convert

RGB 180 33 19 -
CMYK 0 0.82 0.89 0.29
HSL 5.22º 0.81% 0.39% -
HSV(B) 5.22º 0.89% 0.71% -
XYZ 19.48 10.84 1.68 -
YUV 75.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 180 33 19 0 0.82 0.89 0.29 5.22 0.81 0.39
Hex B4 21 13 0 52 59 1D 5 51 27
Octal 264 41 23 0 122 131 35 5 121 47
Binary 10110100 100001 10011 0 1010010 1011001 11101 101 1010001 100111

Color Harmonies of #B42113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42113

Black with #B42113

Text Example


Text Example

White with #B42113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42113; }

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

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

background-color css

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

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

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

border-color css

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

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

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