Html Css Color HEX #B42919 Fire Brick

📋 copy color: '#B42919'

red 180 ◦ green 41 ◦ blue 25

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

Shades of Fire Brick #B42919

Tints of Fire Brick #B42919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 73.17%
G = 16.67%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B42919 (or 0xB42919) is known color: Fire Brick. HEX triplet: B4, 29 and 19. RGB value is (180,41,25). Sum of RGB (Red+Green+Blue) = 180+41+25=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B42919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42919 is #4BD6E6. Grayscale: #505050. Windows color (decimal): -4970215 or 1649076. OLE color: 1649076.

HSL color Cylindrical-coordinate representation of color #B42919: hue angle of 6.19º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B42919 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 25 -
CMYK 0 0.77 0.86 0.29
HSL 6.19º 0.76% 0.4% -
HSV(B) 6.19º 0.86% 0.71% -
XYZ 19.79 11.36 2.07 -
YUV 80.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 180 41 25 0 0.77 0.86 0.29 6.19 0.76 0.4
Hex B4 29 19 0 4D 56 1D 6 4C 28
Octal 264 51 31 0 115 126 35 6 114 50
Binary 10110100 101001 11001 0 1001101 1010110 11101 110 1001100 101000

Color Harmonies of #B42919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42919

Black with #B42919

Text Example


Text Example

White with #B42919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42919; }

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

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

background-color css

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

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

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

border-color css

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

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

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