Html Css Color HEX #B53242 Old Rose

📋 copy color: '#B53242'

red 181 ◦ green 50 ◦ blue 66

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

Shades of Old Rose #B53242

Tints of Old Rose #B53242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 60.94%
G = 16.84%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B53242 (or 0xB53242) is known color: Old Rose. HEX triplet: B5, 32 and 42. RGB value is (181,50,66). Sum of RGB (Red+Green+Blue) = 181+50+66=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B53242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53242 is #4ACDBD. Grayscale: #5B5B5B. Windows color (decimal): -4902334 or 4338357. OLE color: 4338357.

HSL color Cylindrical-coordinate representation of color #B53242: hue angle of 352.67º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53242 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 66 -
CMYK 0 0.72 0.64 0.29
HSL 352.67º 0.57% 0.45% -
HSV(B) 352.67º 0.72% 0.71% -
XYZ 21.18 12.5 6.45 -
YUV 90.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 181 50 66 0 0.72 0.64 0.29 352.67 0.57 0.45
Hex B5 32 42 0 48 40 1D 161 39 2D
Octal 265 62 102 0 110 100 35 541 71 55
Binary 10110101 110010 1000010 0 1001000 1000000 11101 101100001 111001 101101

Color Harmonies of #B53242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53242

Black with #B53242

Text Example


Text Example

White with #B53242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53242; }

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

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

background-color css

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

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

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

border-color css

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

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

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