Html Css Color HEX #B53445 Old Rose

📋 copy color: '#B53445'

red 181 ◦ green 52 ◦ blue 69

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

Shades of Old Rose #B53445

Tints of Old Rose #B53445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 59.93%
G = 17.22%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B53445 (or 0xB53445) is known color: Old Rose. HEX triplet: B5, 34 and 45. RGB value is (181,52,69). Sum of RGB (Red+Green+Blue) = 181+52+69=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B53445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53445 is #4ACBBA. Grayscale: #5C5C5C. Windows color (decimal): -4901819 or 4535477. OLE color: 4535477.

HSL color Cylindrical-coordinate representation of color #B53445: hue angle of 352.09º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53445 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 69 -
CMYK 0 0.71 0.62 0.29
HSL 352.09º 0.55% 0.46% -
HSV(B) 352.09º 0.71% 0.71% -
XYZ 21.36 12.71 6.96 -
YUV 92.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 181 52 69 0 0.71 0.62 0.29 352.09 0.55 0.46
Hex B5 34 45 0 47 3E 1D 160 37 2E
Octal 265 64 105 0 107 76 35 540 67 56
Binary 10110101 110100 1000101 0 1000111 111110 11101 101100000 110111 101110

Color Harmonies of #B53445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53445

Black with #B53445

Text Example


Text Example

White with #B53445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53445; }

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

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

background-color css

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

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

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

border-color css

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

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

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