Html Css Color HEX #B52D2C Fire Brick

📋 copy color: '#B52D2C'

red 181 ◦ green 45 ◦ blue 44

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

Shades of Fire Brick #B52D2C

Tints of Fire Brick #B52D2C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.67%

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 67.04%
G = 16.67%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B52D2C (or 0xB52D2C) is known color: Fire Brick. HEX triplet: B5, 2D and 2C. RGB value is (181,45,44). Sum of RGB (Red+Green+Blue) = 181+45+44=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D2C is #4AD2D3. Grayscale: #555555. Windows color (decimal): -4903636 or 2895285. OLE color: 2895285.

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

Color convert

RGB 181 45 44 -
CMYK 0 0.75 0.76 0.29
HSL 0.44º 0.61% 0.44% -
HSV(B) 0.44º 0.76% 0.71% -
XYZ 20.45 11.88 3.6 -
YUV 85.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 181 45 44 0 0.75 0.76 0.29 0.44 0.61 0.44
Hex B5 2D 2C 0 4B 4C 1D 0 3D 2C
Octal 265 55 54 0 113 114 35 0 75 54
Binary 10110101 101101 101100 0 1001011 1001100 11101 0 111101 101100

Color Harmonies of #B52D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D2C

Black with #B52D2C

Text Example


Text Example

White with #B52D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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