Html Css Color HEX #B52928 Fire Brick

📋 copy color: '#B52928'

red 181 ◦ green 41 ◦ blue 40

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

Shades of Fire Brick #B52928

Tints of Fire Brick #B52928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 69.08%
G = 15.65%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B52928 (or 0xB52928) is known color: Fire Brick. HEX triplet: B5, 29 and 28. RGB value is (181,41,40). Sum of RGB (Red+Green+Blue) = 181+41+40=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B52928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52928 is #4AD6D7. Grayscale: #525252. Windows color (decimal): -4904664 or 2632117. OLE color: 2632117.

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

Color convert

RGB 181 41 40 -
CMYK 0 0.77 0.78 0.29
HSL 0.43º 0.64% 0.43% -
HSV(B) 0.43º 0.78% 0.71% -
XYZ 20.23 11.56 3.17 -
YUV 82.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 181 41 40 0 0.77 0.78 0.29 0.43 0.64 0.43
Hex B5 29 28 0 4D 4E 1D 0 40 2B
Octal 265 51 50 0 115 116 35 0 100 53
Binary 10110101 101001 101000 0 1001101 1001110 11101 0 1000000 101011

Color Harmonies of #B52928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52928

Black with #B52928

Text Example


Text Example

White with #B52928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52928; }

 p { color: rgb(181,41,40); }

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

background-color css

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

 a { background-color: rgb(181,41,40); }

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

border-color css

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

 span { border-color: rgb(181,41,40); }

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