Html Css Color HEX #B52948 Old Rose

📋 copy color: '#B52948'

red 181 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #B52948

Tints of Old Rose #B52948

RGB

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

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

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

R = 61.56%
G = 13.95%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B52948 (or 0xB52948) is known color: Old Rose. HEX triplet: B5, 29 and 48. RGB value is (181,41,72). Sum of RGB (Red+Green+Blue) = 181+41+72=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B52948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52948 is #4AD6B7. Grayscale: #565656. Windows color (decimal): -4904632 or 4729269. OLE color: 4729269.

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

Color convert

RGB 181 41 72 -
CMYK 0 0.77 0.60 0.29
HSL 346.71º 0.63% 0.44% -
HSV(B) 346.71º 0.77% 0.71% -
XYZ 21.02 11.88 7.32 -
YUV 86.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 181 41 72 0 0.77 0.60 0.29 346.71 0.63 0.44
Hex B5 29 48 0 4D 3C 1D 15B 3F 2C
Octal 265 51 110 0 115 74 35 533 77 54
Binary 10110101 101001 1001000 0 1001101 111100 11101 101011011 111111 101100

Color Harmonies of #B52948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52948

Black with #B52948

Text Example


Text Example

White with #B52948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52948; }

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

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

background-color css

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

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

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

border-color css

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

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

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