Html Css Color HEX #B53744 Old Rose

📋 copy color: '#B53744'

red 181 ◦ green 55 ◦ blue 68

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

Shades of Old Rose #B53744

Tints of Old Rose #B53744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 59.54%
G = 18.09%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B53744 (or 0xB53744) is known color: Old Rose. HEX triplet: B5, 37 and 44. RGB value is (181,55,68). Sum of RGB (Red+Green+Blue) = 181+55+68=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B53744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53744 is #4AC8BB. Grayscale: #5E5E5E. Windows color (decimal): -4901052 or 4470709. OLE color: 4470709.

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

Color convert

RGB 181 55 68 -
CMYK 0 0.70 0.62 0.29
HSL 353.81º 0.53% 0.46% -
HSV(B) 353.81º 0.7% 0.71% -
XYZ 21.47 12.97 6.84 -
YUV 94.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 181 55 68 0 0.70 0.62 0.29 353.81 0.53 0.46
Hex B5 37 44 0 46 3E 1D 162 35 2E
Octal 265 67 104 0 106 76 35 542 65 56
Binary 10110101 110111 1000100 0 1000110 111110 11101 101100010 110101 101110

Color Harmonies of #B53744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53744

Black with #B53744

Text Example


Text Example

White with #B53744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53744; }

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

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

background-color css

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

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

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

border-color css

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

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

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