Html Css Color HEX #B42913 Fire Brick

📋 copy color: '#B42913'

red 180 ◦ green 41 ◦ blue 19

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

Shades of Fire Brick #B42913

Tints of Fire Brick #B42913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 75%
G = 17.08%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B42913 (or 0xB42913) is known color: Fire Brick. HEX triplet: B4, 29 and 13. RGB value is (180,41,19). Sum of RGB (Red+Green+Blue) = 180+41+19=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B42913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42913 is #4BD6EC. Grayscale: #505050. Windows color (decimal): -4970221 or 1255860. OLE color: 1255860.

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

Color convert

RGB 180 41 19 -
CMYK 0 0.77 0.89 0.29
HSL 8.2º 0.81% 0.39% -
HSV(B) 8.2º 0.89% 0.71% -
XYZ 19.73 11.34 1.76 -
YUV 80.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 180 41 19 0 0.77 0.89 0.29 8.2 0.81 0.39
Hex B4 29 13 0 4D 59 1D 8 51 27
Octal 264 51 23 0 115 131 35 10 121 47
Binary 10110100 101001 10011 0 1001101 1011001 11101 1000 1010001 100111

Color Harmonies of #B42913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42913

Black with #B42913

Text Example


Text Example

White with #B42913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42913; }

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

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

background-color css

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

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

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

border-color css

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

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

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