Html Css Color HEX #B63D4C Old Rose

📋 copy color: '#B63D4C'

red 182 ◦ green 61 ◦ blue 76

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

Shades of Old Rose #B63D4C

Tints of Old Rose #B63D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 57.05%
G = 19.12%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B63D4C (or 0xB63D4C) is known color: Old Rose. HEX triplet: B6, 3D and 4C. RGB value is (182,61,76). Sum of RGB (Red+Green+Blue) = 182+61+76=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D4C is #49C2B3. Grayscale: #626262. Windows color (decimal): -4833972 or 4996534. OLE color: 4996534.

HSL color Cylindrical-coordinate representation of color #B63D4C: hue angle of 352.56º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D4C is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 61 76 -
CMYK 0 0.66 0.58 0.29
HSL 352.56º 0.5% 0.48% -
HSV(B) 352.56º 0.66% 0.71% -
XYZ 22.26 13.8 8.33 -
YUV 98.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 182 61 76 0 0.66 0.58 0.29 352.56 0.5 0.48
Hex B6 3D 4C 0 42 3A 1D 161 32 30
Octal 266 75 114 0 102 72 35 541 62 60
Binary 10110110 111101 1001100 0 1000010 111010 11101 101100001 110010 110000

Color Harmonies of #B63D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D4C

Black with #B63D4C

Text Example


Text Example

White with #B63D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D4C; }

 p { color: rgb(182,61,76); }

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

background-color css

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

 a { background-color: rgb(182,61,76); }

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

border-color css

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

 span { border-color: rgb(182,61,76); }

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