Html Css Color HEX #B53746 Old Rose

📋 copy color: '#B53746'

red 181 ◦ green 55 ◦ blue 70

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

Shades of Old Rose #B53746

Tints of Old Rose #B53746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

 BLUE value IS 70 (27.73% from 255) = 22.88%

R = 59.15%
G = 17.97%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B53746 (or 0xB53746) is known color: Old Rose. HEX triplet: B5, 37 and 46. RGB value is (181,55,70). Sum of RGB (Red+Green+Blue) = 181+55+70=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B53746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53746 is #4AC8B9. Grayscale: #5E5E5E. Windows color (decimal): -4901050 or 4601781. OLE color: 4601781.

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

Color convert

RGB 181 55 70 -
CMYK 0 0.70 0.61 0.29
HSL 352.86º 0.53% 0.46% -
HSV(B) 352.86º 0.7% 0.71% -
XYZ 21.53 13 7.17 -
YUV 94.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 181 55 70 0 0.70 0.61 0.29 352.86 0.53 0.46
Hex B5 37 46 0 46 3D 1D 161 35 2E
Octal 265 67 106 0 106 75 35 541 65 56
Binary 10110101 110111 1000110 0 1000110 111101 11101 101100001 110101 101110

Color Harmonies of #B53746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53746

Black with #B53746

Text Example


Text Example

White with #B53746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53746; }

 p { color: rgb(181,55,70); }

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

background-color css

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

 a { background-color: rgb(181,55,70); }

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

border-color css

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

 span { border-color: rgb(181,55,70); }

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