Html Css Color HEX #B5354A Old Rose

📋 copy color: '#B5354A'

red 181 ◦ green 53 ◦ blue 74

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

Shades of Old Rose #B5354A

Tints of Old Rose #B5354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

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

R = 58.77%
G = 17.21%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5354A (or 0xB5354A) is known color: Old Rose. HEX triplet: B5, 35 and 4A. RGB value is (181,53,74). Sum of RGB (Red+Green+Blue) = 181+53+74=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5354A is #4ACAB5. Grayscale: #5D5D5D. Windows color (decimal): -4901558 or 4863413. OLE color: 4863413.

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

Color convert

RGB 181 53 74 -
CMYK 0 0.71 0.59 0.29
HSL 350.16º 0.55% 0.46% -
HSV(B) 350.16º 0.71% 0.71% -
XYZ 21.57 12.86 7.83 -
YUV 93.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 181 53 74 0 0.71 0.59 0.29 350.16 0.55 0.46
Hex B5 35 4A 0 47 3B 1D 15E 37 2E
Octal 265 65 112 0 107 73 35 536 67 56
Binary 10110101 110101 1001010 0 1000111 111011 11101 101011110 110111 101110

Color Harmonies of #B5354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5354A

Black with #B5354A

Text Example


Text Example

White with #B5354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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