Html Css Color HEX #B63C49 Old Rose

📋 copy color: '#B63C49'

red 182 ◦ green 60 ◦ blue 73

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

Shades of Old Rose #B63C49

Tints of Old Rose #B63C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 57.78%
G = 19.05%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B63C49 (or 0xB63C49) is known color: Old Rose. HEX triplet: B6, 3C and 49. RGB value is (182,60,73). Sum of RGB (Red+Green+Blue) = 182+60+73=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C49 is #49C3B6. Grayscale: #626262. Windows color (decimal): -4834231 or 4799670. OLE color: 4799670.

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

Color convert

RGB 182 60 73 -
CMYK 0 0.67 0.60 0.29
HSL 353.61º 0.5% 0.47% -
HSV(B) 353.61º 0.67% 0.71% -
XYZ 22.11 13.66 7.77 -
YUV 97.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 182 60 73 0 0.67 0.60 0.29 353.61 0.5 0.47
Hex B6 3C 49 0 43 3C 1D 162 32 2F
Octal 266 74 111 0 103 74 35 542 62 57
Binary 10110110 111100 1001001 0 1000011 111100 11101 101100010 110010 101111

Color Harmonies of #B63C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C49

Black with #B63C49

Text Example


Text Example

White with #B63C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C49; }

 p { color: rgb(182,60,73); }

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

background-color css

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

 a { background-color: rgb(182,60,73); }

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

border-color css

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

 span { border-color: rgb(182,60,73); }

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