Html Css Color HEX #C03452 Old Rose

📋 copy color: '#C03452'

red 192 ◦ green 52 ◦ blue 82

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

Shades of Old Rose #C03452

Tints of Old Rose #C03452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 82 (32.42% from 255) = 25.15%

R = 58.9%
G = 15.95%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C03452 (or 0xC03452) is known color: Old Rose. HEX triplet: C0, 34 and 52. RGB value is (192,52,82). Sum of RGB (Red+Green+Blue) = 192+52+82=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C03452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03452 is #3FCBAD. Grayscale: #616161. Windows color (decimal): -4180910 or 5387456. OLE color: 5387456.

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

Color convert

RGB 192 52 82 -
CMYK 0 0.73 0.57 0.25
HSL 347.14º 0.57% 0.48% -
HSV(B) 347.14º 0.73% 0.75% -
XYZ 24.49 14.27 9.45 -
YUV 97.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 192 52 82 0 0.73 0.57 0.25 347.14 0.57 0.48
Hex C0 34 52 0 49 39 19 15B 39 30
Octal 300 64 122 0 111 71 31 533 71 60
Binary 11000000 110100 1010010 0 1001001 111001 11001 101011011 111001 110000

Color Harmonies of #C03452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03452

Black with #C03452

Text Example


Text Example

White with #C03452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03452; }

 p { color: rgb(192,52,82); }

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

background-color css

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

 a { background-color: rgb(192,52,82); }

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

border-color css

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

 span { border-color: rgb(192,52,82); }

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