Html Css Color HEX #B52748 Old Rose

📋 copy color: '#B52748'

red 181 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #B52748

Tints of Old Rose #B52748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 61.99%
G = 13.36%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B52748 (or 0xB52748) is known color: Old Rose. HEX triplet: B5, 27 and 48. RGB value is (181,39,72). Sum of RGB (Red+Green+Blue) = 181+39+72=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B52748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52748 is #4AD8B7. Grayscale: #555555. Windows color (decimal): -4905144 or 4728757. OLE color: 4728757.

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

Color convert

RGB 181 39 72 -
CMYK 0 0.78 0.60 0.29
HSL 346.06º 0.65% 0.43% -
HSV(B) 346.06º 0.78% 0.71% -
XYZ 20.95 11.74 7.29 -
YUV 85.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 181 39 72 0 0.78 0.60 0.29 346.06 0.65 0.43
Hex B5 27 48 0 4E 3C 1D 15A 41 2B
Octal 265 47 110 0 116 74 35 532 101 53
Binary 10110101 100111 1001000 0 1001110 111100 11101 101011010 1000001 101011

Color Harmonies of #B52748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52748

Black with #B52748

Text Example


Text Example

White with #B52748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52748; }

 p { color: rgb(181,39,72); }

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

background-color css

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

 a { background-color: rgb(181,39,72); }

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

border-color css

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

 span { border-color: rgb(181,39,72); }

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