Html Css Color HEX #B52941 Old Rose

📋 copy color: '#B52941'

red 181 ◦ green 41 ◦ blue 65

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

Shades of Old Rose #B52941

Tints of Old Rose #B52941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 63.07%
G = 14.29%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B52941 (or 0xB52941) is known color: Old Rose. HEX triplet: B5, 29 and 41. RGB value is (181,41,65). Sum of RGB (Red+Green+Blue) = 181+41+65=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B52941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52941 is #4AD6BE. Grayscale: #555555. Windows color (decimal): -4904639 or 4270517. OLE color: 4270517.

HSL color Cylindrical-coordinate representation of color #B52941: hue angle of 349.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52941 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 65 -
CMYK 0 0.77 0.64 0.29
HSL 349.71º 0.63% 0.44% -
HSV(B) 349.71º 0.77% 0.71% -
XYZ 20.8 11.79 6.18 -
YUV 85.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 181 41 65 0 0.77 0.64 0.29 349.71 0.63 0.44
Hex B5 29 41 0 4D 40 1D 15E 3F 2C
Octal 265 51 101 0 115 100 35 536 77 54
Binary 10110101 101001 1000001 0 1001101 1000000 11101 101011110 111111 101100

Color Harmonies of #B52941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52941

Black with #B52941

Text Example


Text Example

White with #B52941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52941; }

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

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

background-color css

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

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

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

border-color css

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

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

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