Html Css Color HEX #B42518 Fire Brick

📋 copy color: '#B42518'

red 180 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #B42518

Tints of Fire Brick #B42518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 74.69%
G = 15.35%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B42518 (or 0xB42518) is known color: Fire Brick. HEX triplet: B4, 25 and 18. RGB value is (180,37,24). Sum of RGB (Red+Green+Blue) = 180+37+24=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B42518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42518 is #4BDAE7. Grayscale: #4E4E4E. Windows color (decimal): -4971240 or 1582516. OLE color: 1582516.

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

Color convert

RGB 180 37 24 -
CMYK 0 0.79 0.87 0.29
HSL 0.76% 0.4% -
HSV(B) 0.87% 0.71% -
XYZ 19.65 11.09 1.97 -
YUV 78.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 180 37 24 0 0.79 0.87 0.29 5 0.76 0.4
Hex B4 25 18 0 4F 57 1D 5 4C 28
Octal 264 45 30 0 117 127 35 5 114 50
Binary 10110100 100101 11000 0 1001111 1010111 11101 101 1001100 101000

Color Harmonies of #B42518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42518

Black with #B42518

Text Example


Text Example

White with #B42518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42518; }

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

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

background-color css

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

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

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

border-color css

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

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

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