Html Css Color HEX #B53442 Old Rose

📋 copy color: '#B53442'

red 181 ◦ green 52 ◦ blue 66

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

Shades of Old Rose #B53442

Tints of Old Rose #B53442

RGB

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

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

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

R = 60.54%
G = 17.39%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B53442 (or 0xB53442) is known color: Old Rose. HEX triplet: B5, 34 and 42. RGB value is (181,52,66). Sum of RGB (Red+Green+Blue) = 181+52+66=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B53442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53442 is #4ACBBD. Grayscale: #5C5C5C. Windows color (decimal): -4901822 or 4338869. OLE color: 4338869.

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

Color convert

RGB 181 52 66 -
CMYK 0 0.71 0.64 0.29
HSL 353.49º 0.55% 0.46% -
HSV(B) 353.49º 0.71% 0.71% -
XYZ 21.27 12.67 6.48 -
YUV 92.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 181 52 66 0 0.71 0.64 0.29 353.49 0.55 0.46
Hex B5 34 42 0 47 40 1D 161 37 2E
Octal 265 64 102 0 107 100 35 541 67 56
Binary 10110101 110100 1000010 0 1000111 1000000 11101 101100001 110111 101110

Color Harmonies of #B53442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53442

Black with #B53442

Text Example


Text Example

White with #B53442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53442; }

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

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

background-color css

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

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

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

border-color css

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

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

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