Html Css Color HEX #B5324B Old Rose

📋 copy color: '#B5324B'

red 181 ◦ green 50 ◦ blue 75

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

Shades of Old Rose #B5324B

Tints of Old Rose #B5324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 59.15%
G = 16.34%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5324B (or 0xB5324B) is known color: Old Rose. HEX triplet: B5, 32 and 4B. RGB value is (181,50,75). Sum of RGB (Red+Green+Blue) = 181+50+75=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5324B is #4ACDB4. Grayscale: #5C5C5C. Windows color (decimal): -4902325 or 4928181. OLE color: 4928181.

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

Color convert

RGB 181 50 75 -
CMYK 0 0.72 0.59 0.29
HSL 348.55º 0.57% 0.45% -
HSV(B) 348.55º 0.72% 0.71% -
XYZ 21.47 12.61 7.96 -
YUV 92.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 181 50 75 0 0.72 0.59 0.29 348.55 0.57 0.45
Hex B5 32 4B 0 48 3B 1D 15D 39 2D
Octal 265 62 113 0 110 73 35 535 71 55
Binary 10110101 110010 1001011 0 1001000 111011 11101 101011101 111001 101101

Color Harmonies of #B5324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5324B

Black with #B5324B

Text Example


Text Example

White with #B5324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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