Html Css Color HEX #B53C4A Old Rose

📋 copy color: '#B53C4A'

red 181 ◦ green 60 ◦ blue 74

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

Shades of Old Rose #B53C4A

Tints of Old Rose #B53C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 57.46%
G = 19.05%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B53C4A (or 0xB53C4A) is known color: Old Rose. HEX triplet: B5, 3C and 4A. RGB value is (181,60,74). Sum of RGB (Red+Green+Blue) = 181+60+74=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C4A is #4AC3B5. Grayscale: #616161. Windows color (decimal): -4899766 or 4865205. OLE color: 4865205.

HSL color Cylindrical-coordinate representation of color #B53C4A: hue angle of 353.06º 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 #B53C4A is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 74 -
CMYK 0 0.67 0.59 0.29
HSL 353.06º 0.5% 0.47% -
HSV(B) 353.06º 0.67% 0.71% -
XYZ 21.91 13.55 7.94 -
YUV 97.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 181 60 74 0 0.67 0.59 0.29 353.06 0.5 0.47
Hex B5 3C 4A 0 43 3B 1D 161 32 2F
Octal 265 74 112 0 103 73 35 541 62 57
Binary 10110101 111100 1001010 0 1000011 111011 11101 101100001 110010 101111

Color Harmonies of #B53C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C4A

Black with #B53C4A

Text Example


Text Example

White with #B53C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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