Html Css Color HEX #B42813 Fire Brick

📋 copy color: '#B42813'

red 180 ◦ green 40 ◦ blue 19

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

Shades of Fire Brick #B42813

Tints of Fire Brick #B42813

RGB

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

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

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

R = 75.31%
G = 16.74%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B42813 (or 0xB42813) is known color: Fire Brick. HEX triplet: B4, 28 and 13. RGB value is (180,40,19). Sum of RGB (Red+Green+Blue) = 180+40+19=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B42813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42813 is #4BD7EC. Grayscale: #4F4F4F. Windows color (decimal): -4970477 or 1255604. OLE color: 1255604.

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

Color convert

RGB 180 40 19 -
CMYK 0 0.78 0.89 0.29
HSL 7.83º 0.81% 0.39% -
HSV(B) 7.83º 0.89% 0.71% -
XYZ 19.7 11.27 1.75 -
YUV 79.47 93.88 199.71 -
System Red Green Blue C M Y K H S L
Decimal 180 40 19 0 0.78 0.89 0.29 7.83 0.81 0.39
Hex B4 28 13 0 4E 59 1D 8 51 27
Octal 264 50 23 0 116 131 35 10 121 47
Binary 10110100 101000 10011 0 1001110 1011001 11101 1000 1010001 100111

Color Harmonies of #B42813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42813

Black with #B42813

Text Example


Text Example

White with #B42813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42813; }

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

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

background-color css

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

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

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

border-color css

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

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

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