Html Css Color HEX #B42918 Fire Brick

📋 copy color: '#B42918'

red 180 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #B42918

Tints of Fire Brick #B42918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 73.47%
G = 16.73%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B42918 (or 0xB42918) is known color: Fire Brick. HEX triplet: B4, 29 and 18. RGB value is (180,41,24). Sum of RGB (Red+Green+Blue) = 180+41+24=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B42918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42918 is #4BD6E7. Grayscale: #505050. Windows color (decimal): -4970216 or 1583540. OLE color: 1583540.

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

Color convert

RGB 180 41 24 -
CMYK 0 0.77 0.87 0.29
HSL 6.54º 0.76% 0.4% -
HSV(B) 6.54º 0.87% 0.71% -
XYZ 19.78 11.36 2.01 -
YUV 80.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 180 41 24 0 0.77 0.87 0.29 6.54 0.76 0.4
Hex B4 29 18 0 4D 57 1D 7 4C 28
Octal 264 51 30 0 115 127 35 7 114 50
Binary 10110100 101001 11000 0 1001101 1010111 11101 111 1001100 101000

Color Harmonies of #B42918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42918

Black with #B42918

Text Example


Text Example

White with #B42918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42918; }

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

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

background-color css

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

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

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

border-color css

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

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

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