Html Css Color HEX #B53642 Old Rose

📋 copy color: '#B53642'

red 181 ◦ green 54 ◦ blue 66

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

Shades of Old Rose #B53642

Tints of Old Rose #B53642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 60.13%
G = 17.94%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B53642 (or 0xB53642) is known color: Old Rose. HEX triplet: B5, 36 and 42. RGB value is (181,54,66). Sum of RGB (Red+Green+Blue) = 181+54+66=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B53642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53642 is #4AC9BD. Grayscale: #5D5D5D. Windows color (decimal): -4901310 or 4339381. OLE color: 4339381.

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

Color convert

RGB 181 54 66 -
CMYK 0 0.70 0.64 0.29
HSL 354.33º 0.54% 0.46% -
HSV(B) 354.33º 0.7% 0.71% -
XYZ 21.36 12.86 6.51 -
YUV 93.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 181 54 66 0 0.70 0.64 0.29 354.33 0.54 0.46
Hex B5 36 42 0 46 40 1D 162 36 2E
Octal 265 66 102 0 106 100 35 542 66 56
Binary 10110101 110110 1000010 0 1000110 1000000 11101 101100010 110110 101110

Color Harmonies of #B53642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53642

Black with #B53642

Text Example


Text Example

White with #B53642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53642; }

 p { color: rgb(181,54,66); }

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

background-color css

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

 a { background-color: rgb(181,54,66); }

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

border-color css

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

 span { border-color: rgb(181,54,66); }

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