Html Css Color HEX #B52541 Old Rose

📋 copy color: '#B52541'

red 181 ◦ green 37 ◦ blue 65

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

Shades of Old Rose #B52541

Tints of Old Rose #B52541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 63.96%
G = 13.07%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B52541 (or 0xB52541) is known color: Old Rose. HEX triplet: B5, 25 and 41. RGB value is (181,37,65). Sum of RGB (Red+Green+Blue) = 181+37+65=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B52541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52541 is #4ADABE. Grayscale: #535353. Windows color (decimal): -4905663 or 4269493. OLE color: 4269493.

HSL color Cylindrical-coordinate representation of color #B52541: hue angle of 348.33º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52541 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 65 -
CMYK 0 0.80 0.64 0.29
HSL 348.33º 0.66% 0.43% -
HSV(B) 348.33º 0.8% 0.71% -
XYZ 20.67 11.53 6.14 -
YUV 83.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 181 37 65 0 0.80 0.64 0.29 348.33 0.66 0.43
Hex B5 25 41 0 50 40 1D 15C 42 2B
Octal 265 45 101 0 120 100 35 534 102 53
Binary 10110101 100101 1000001 0 1010000 1000000 11101 101011100 1000010 101011

Color Harmonies of #B52541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52541

Black with #B52541

Text Example


Text Example

White with #B52541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52541; }

 p { color: rgb(181,37,65); }

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

background-color css

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

 a { background-color: rgb(181,37,65); }

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

border-color css

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

 span { border-color: rgb(181,37,65); }

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