Html Css Color HEX #B53C45 Old Rose

📋 copy color: '#B53C45'

red 181 ◦ green 60 ◦ blue 69

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

Shades of Old Rose #B53C45

Tints of Old Rose #B53C45

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.35%

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 58.39%
G = 19.35%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B53C45 (or 0xB53C45) is known color: Old Rose. HEX triplet: B5, 3C and 45. RGB value is (181,60,69). Sum of RGB (Red+Green+Blue) = 181+60+69=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C45 is #4AC3BA. Grayscale: #616161. Windows color (decimal): -4899771 or 4537525. OLE color: 4537525.

HSL color Cylindrical-coordinate representation of color #B53C45: hue angle of 355.54º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C45 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 69 -
CMYK 0 0.67 0.62 0.29
HSL 355.54º 0.5% 0.47% -
HSV(B) 355.54º 0.67% 0.71% -
XYZ 21.75 13.49 7.09 -
YUV 97.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 181 60 69 0 0.67 0.62 0.29 355.54 0.5 0.47
Hex B5 3C 45 0 43 3E 1D 164 32 2F
Octal 265 74 105 0 103 76 35 544 62 57
Binary 10110101 111100 1000101 0 1000011 111110 11101 101100100 110010 101111

Color Harmonies of #B53C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C45

Black with #B53C45

Text Example


Text Example

White with #B53C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C45; }

 p { color: rgb(181,60,69); }

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

background-color css

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

 a { background-color: rgb(181,60,69); }

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

border-color css

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

 span { border-color: rgb(181,60,69); }

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