Html Css Color HEX #B63246 Old Rose

📋 copy color: '#B63246'

red 182 ◦ green 50 ◦ blue 70

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

Shades of Old Rose #B63246

Tints of Old Rose #B63246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 60.26%
G = 16.56%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B63246 (or 0xB63246) is known color: Old Rose. HEX triplet: B6, 32 and 46. RGB value is (182,50,70). Sum of RGB (Red+Green+Blue) = 182+50+70=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B63246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63246 is #49CDB9. Grayscale: #5B5B5B. Windows color (decimal): -4836794 or 4600502. OLE color: 4600502.

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

Color convert

RGB 182 50 70 -
CMYK 0 0.73 0.62 0.29
HSL 350.91º 0.57% 0.45% -
HSV(B) 350.91º 0.73% 0.71% -
XYZ 21.54 12.67 7.1 -
YUV 91.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 182 50 70 0 0.73 0.62 0.29 350.91 0.57 0.45
Hex B6 32 46 0 49 3E 1D 15F 39 2D
Octal 266 62 106 0 111 76 35 537 71 55
Binary 10110110 110010 1000110 0 1001001 111110 11101 101011111 111001 101101

Color Harmonies of #B63246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63246

Black with #B63246

Text Example


Text Example

White with #B63246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63246; }

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

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

background-color css

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

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

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

border-color css

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

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

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