Html Css Color HEX #B53141 Old Rose

📋 copy color: '#B53141'

red 181 ◦ green 49 ◦ blue 65

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

Shades of Old Rose #B53141

Tints of Old Rose #B53141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

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

R = 61.36%
G = 16.61%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B53141 (or 0xB53141) is known color: Old Rose. HEX triplet: B5, 31 and 41. RGB value is (181,49,65). Sum of RGB (Red+Green+Blue) = 181+49+65=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B53141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53141 is #4ACEBE. Grayscale: #5A5A5A. Windows color (decimal): -4902591 or 4272565. OLE color: 4272565.

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

Color convert

RGB 181 49 65 -
CMYK 0 0.73 0.64 0.29
HSL 352.73º 0.57% 0.45% -
HSV(B) 352.73º 0.73% 0.71% -
XYZ 21.11 12.4 6.28 -
YUV 90.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 181 49 65 0 0.73 0.64 0.29 352.73 0.57 0.45
Hex B5 31 41 0 49 40 1D 161 39 2D
Octal 265 61 101 0 111 100 35 541 71 55
Binary 10110101 110001 1000001 0 1001001 1000000 11101 101100001 111001 101101

Color Harmonies of #B53141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53141

Black with #B53141

Text Example


Text Example

White with #B53141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53141; }

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

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

background-color css

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

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

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

border-color css

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

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

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