Html Css Color HEX #B53145 Old Rose

📋 copy color: '#B53145'

red 181 ◦ green 49 ◦ blue 69

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

Shades of Old Rose #B53145

Tints of Old Rose #B53145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 60.54%
G = 16.39%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B53145 (or 0xB53145) is known color: Old Rose. HEX triplet: B5, 31 and 45. RGB value is (181,49,69). Sum of RGB (Red+Green+Blue) = 181+49+69=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B53145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53145 is #4ACEBA. Grayscale: #5A5A5A. Windows color (decimal): -4902587 or 4534709. OLE color: 4534709.

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

Color convert

RGB 181 49 69 -
CMYK 0 0.73 0.62 0.29
HSL 350.91º 0.57% 0.45% -
HSV(B) 350.91º 0.73% 0.71% -
XYZ 21.23 12.45 6.91 -
YUV 90.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 181 49 69 0 0.73 0.62 0.29 350.91 0.57 0.45
Hex B5 31 45 0 49 3E 1D 15F 39 2D
Octal 265 61 105 0 111 76 35 537 71 55
Binary 10110101 110001 1000101 0 1001001 111110 11101 101011111 111001 101101

Color Harmonies of #B53145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53145

Black with #B53145

Text Example


Text Example

White with #B53145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53145; }

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

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

background-color css

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

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

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

border-color css

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

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

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