Html Css Color HEX #B63253 Old Rose

📋 copy color: '#B63253'

red 182 ◦ green 50 ◦ blue 83

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

Shades of Old Rose #B63253

Tints of Old Rose #B63253

RGB

 RED value IS 182 (71.48% from 255) = 57.78%

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

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 57.78%
G = 15.87%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B63253 (or 0xB63253) is known color: Old Rose. HEX triplet: B6, 32 and 53. RGB value is (182,50,83). Sum of RGB (Red+Green+Blue) = 182+50+83=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B63253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63253 is #49CDAC. Grayscale: #5D5D5D. Windows color (decimal): -4836781 or 5452470. OLE color: 5452470.

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

Color convert

RGB 182 50 83 -
CMYK 0 0.73 0.54 0.29
HSL 345º 0.57% 0.45% -
HSV(B) 345º 0.73% 0.71% -
XYZ 21.99 12.85 9.5 -
YUV 93.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 182 50 83 0 0.73 0.54 0.29 345 0.57 0.45
Hex B6 32 53 0 49 36 1D 159 39 2D
Octal 266 62 123 0 111 66 35 531 71 55
Binary 10110110 110010 1010011 0 1001001 110110 11101 101011001 111001 101101

Color Harmonies of #B63253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63253

Black with #B63253

Text Example


Text Example

White with #B63253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63253; }

 p { color: rgb(182,50,83); }

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

background-color css

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

 a { background-color: rgb(182,50,83); }

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

border-color css

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

 span { border-color: rgb(182,50,83); }

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