Html Css Color HEX #B5324D Old Rose

📋 copy color: '#B5324D'

red 181 ◦ green 50 ◦ blue 77

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

Shades of Old Rose #B5324D

Tints of Old Rose #B5324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 77 (30.47% from 255) = 25%

R = 58.77%
G = 16.23%
B = 25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5324D (or 0xB5324D) is known color: Old Rose. HEX triplet: B5, 32 and 4D. RGB value is (181,50,77). Sum of RGB (Red+Green+Blue) = 181+50+77=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5324D is #4ACDB2. Grayscale: #5C5C5C. Windows color (decimal): -4902323 or 5059253. OLE color: 5059253.

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

Color convert

RGB 181 50 77 -
CMYK 0 0.72 0.57 0.29
HSL 347.63º 0.57% 0.45% -
HSV(B) 347.63º 0.72% 0.71% -
XYZ 21.54 12.64 8.33 -
YUV 92.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 181 50 77 0 0.72 0.57 0.29 347.63 0.57 0.45
Hex B5 32 4D 0 48 39 1D 15C 39 2D
Octal 265 62 115 0 110 71 35 534 71 55
Binary 10110101 110010 1001101 0 1001000 111001 11101 101011100 111001 101101

Color Harmonies of #B5324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5324D

Black with #B5324D

Text Example


Text Example

White with #B5324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5324D; }

 p { color: rgb(181,50,77); }

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

background-color css

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

 a { background-color: rgb(181,50,77); }

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

border-color css

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

 span { border-color: rgb(181,50,77); }

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