Html Css Color HEX #B52A28 Fire Brick

📋 copy color: '#B52A28'

red 181 ◦ green 42 ◦ blue 40

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

Shades of Fire Brick #B52A28

Tints of Fire Brick #B52A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.97%

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

R = 68.82%
G = 15.97%
B = 15.21%

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

#B52A28 (or 0xB52A28) is known color: Fire Brick. HEX triplet: B5, 2A and 28. RGB value is (181,42,40). Sum of RGB (Red+Green+Blue) = 181+42+40=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52A28 is #4AD5D7. Grayscale: #535353. Windows color (decimal): -4904408 or 2632373. OLE color: 2632373.

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

Color convert

RGB 181 42 40 -
CMYK 0 0.77 0.78 0.29
HSL 0.85º 0.64% 0.43% -
HSV(B) 0.85º 0.78% 0.71% -
XYZ 20.27 11.63 3.18 -
YUV 83.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 181 42 40 0 0.77 0.78 0.29 0.85 0.64 0.43
Hex B5 2A 28 0 4D 4E 1D 1 40 2B
Octal 265 52 50 0 115 116 35 1 100 53
Binary 10110101 101010 101000 0 1001101 1001110 11101 1 1000000 101011

Color Harmonies of #B52A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A28

Black with #B52A28

Text Example


Text Example

White with #B52A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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