Html Css Color HEX #B52C18 Fire Brick

📋 copy color: '#B52C18'

red 181 ◦ green 44 ◦ blue 24

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

Shades of Fire Brick #B52C18

Tints of Fire Brick #B52C18

RGB

 RED value IS 181 (71.09% from 255) = 72.69%

 GREEN value IS 44 (17.58% from 255) = 17.67%

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

R = 72.69%
G = 17.67%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B52C18 (or 0xB52C18) is known color: Fire Brick. HEX triplet: B5, 2C and 18. RGB value is (181,44,24). Sum of RGB (Red+Green+Blue) = 181+44+24=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C18 is #4AD3E7. Grayscale: #525252. Windows color (decimal): -4903912 or 1584309. OLE color: 1584309.

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

Color convert

RGB 181 44 24 -
CMYK 0 0.76 0.87 0.29
HSL 7.64º 0.77% 0.4% -
HSV(B) 7.64º 0.87% 0.71% -
XYZ 20.12 11.69 2.06 -
YUV 82.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 181 44 24 0 0.76 0.87 0.29 7.64 0.77 0.4
Hex B5 2C 18 0 4C 57 1D 8 4D 28
Octal 265 54 30 0 114 127 35 10 115 50
Binary 10110101 101100 11000 0 1001100 1010111 11101 1000 1001101 101000

Color Harmonies of #B52C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C18

Black with #B52C18

Text Example


Text Example

White with #B52C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C18; }

 p { color: rgb(181,44,24); }

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

background-color css

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

 a { background-color: rgb(181,44,24); }

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

border-color css

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

 span { border-color: rgb(181,44,24); }

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