Html Css Color HEX #C03549 Old Rose

📋 copy color: '#C03549'

red 192 ◦ green 53 ◦ blue 73

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

Shades of Old Rose #C03549

Tints of Old Rose #C03549

RGB

 RED value IS 192 (75.39% from 255) = 60.38%

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 60.38%
G = 16.67%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C03549 (or 0xC03549) is known color: Old Rose. HEX triplet: C0, 35 and 49. RGB value is (192,53,73). Sum of RGB (Red+Green+Blue) = 192+53+73=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C03549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03549 is #3FCAB6. Grayscale: #606060. Windows color (decimal): -4180663 or 4797888. OLE color: 4797888.

HSL color Cylindrical-coordinate representation of color #C03549: hue angle of 351.37º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03549 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 73 -
CMYK 0 0.72 0.62 0.25
HSL 351.37º 0.57% 0.48% -
HSV(B) 351.37º 0.72% 0.75% -
XYZ 24.21 14.23 7.77 -
YUV 96.84 114.55 195.87 -
System Red Green Blue C M Y K H S L
Decimal 192 53 73 0 0.72 0.62 0.25 351.37 0.57 0.48
Hex C0 35 49 0 48 3E 19 15F 39 30
Octal 300 65 111 0 110 76 31 537 71 60
Binary 11000000 110101 1001001 0 1001000 111110 11001 101011111 111001 110000

Color Harmonies of #C03549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03549

Black with #C03549

Text Example


Text Example

White with #C03549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03549; }

 p { color: rgb(192,53,73); }

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

background-color css

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

 a { background-color: rgb(192,53,73); }

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

border-color css

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

 span { border-color: rgb(192,53,73); }

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