Html Css Color HEX #B53748 Old Rose

📋 copy color: '#B53748'

red 181 ◦ green 55 ◦ blue 72

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

Shades of Old Rose #B53748

Tints of Old Rose #B53748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

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

R = 58.77%
G = 17.86%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B53748 (or 0xB53748) is known color: Old Rose. HEX triplet: B5, 37 and 48. RGB value is (181,55,72). Sum of RGB (Red+Green+Blue) = 181+55+72=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B53748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53748 is #4AC8B7. Grayscale: #5E5E5E. Windows color (decimal): -4901048 or 4732853. OLE color: 4732853.

HSL color Cylindrical-coordinate representation of color #B53748: hue angle of 351.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53748 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 55 72 -
CMYK 0 0.70 0.60 0.29
HSL 351.9º 0.53% 0.46% -
HSV(B) 351.9º 0.7% 0.71% -
XYZ 21.59 13.02 7.51 -
YUV 94.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 181 55 72 0 0.70 0.60 0.29 351.9 0.53 0.46
Hex B5 37 48 0 46 3C 1D 160 35 2E
Octal 265 67 110 0 106 74 35 540 65 56
Binary 10110101 110111 1001000 0 1000110 111100 11101 101100000 110101 101110

Color Harmonies of #B53748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53748

Black with #B53748

Text Example


Text Example

White with #B53748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53748; }

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

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

background-color css

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

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

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

border-color css

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

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

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