Html Css Color HEX #B52F37 Brick Red

📋 copy color: '#B52F37'

red 181 ◦ green 47 ◦ blue 55

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

Shades of Brick Red #B52F37

Tints of Brick Red #B52F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

 BLUE value IS 55 (21.88% from 255) = 19.43%

R = 63.96%
G = 16.61%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B52F37 (or 0xB52F37) is known color: Brick Red. HEX triplet: B5, 2F and 37. RGB value is (181,47,55). Sum of RGB (Red+Green+Blue) = 181+47+55=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F37 is #4AD0C8. Grayscale: #585858. Windows color (decimal): -4903113 or 3616693. OLE color: 3616693.

HSL color Cylindrical-coordinate representation of color #B52F37: hue angle of 356.42º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F37 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 47 55 -
CMYK 0 0.74 0.70 0.29
HSL 356.42º 0.59% 0.45% -
HSV(B) 356.42º 0.74% 0.71% -
XYZ 20.76 12.13 4.86 -
YUV 87.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 181 47 55 0 0.74 0.70 0.29 356.42 0.59 0.45
Hex B5 2F 37 0 4A 46 1D 164 3B 2D
Octal 265 57 67 0 112 106 35 544 73 55
Binary 10110101 101111 110111 0 1001010 1000110 11101 101100100 111011 101101

Color Harmonies of #B52F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52F37

Black with #B52F37

Text Example


Text Example

White with #B52F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52F37; }

 p { color: rgb(181,47,55); }

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

background-color css

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

 a { background-color: rgb(181,47,55); }

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

border-color css

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

 span { border-color: rgb(181,47,55); }

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