Html Css Color HEX #C03148 Old Rose

📋 copy color: '#C03148'

red 192 ◦ green 49 ◦ blue 72

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

Shades of Old Rose #C03148

Tints of Old Rose #C03148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 72 (28.52% from 255) = 23%

R = 61.34%
G = 15.65%
B = 23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C03148 (or 0xC03148) is known color: Old Rose. HEX triplet: C0, 31 and 48. RGB value is (192,49,72). Sum of RGB (Red+Green+Blue) = 192+49+72=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03148 is #3FCEB7. Grayscale: #5E5E5E. Windows color (decimal): -4181688 or 4731328. OLE color: 4731328.

HSL color Cylindrical-coordinate representation of color #C03148: hue angle of 350.35º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03148 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 72 -
CMYK 0 0.74 0.63 0.25
HSL 350.35º 0.59% 0.47% -
HSV(B) 350.35º 0.74% 0.75% -
XYZ 24.01 13.87 7.54 -
YUV 94.38 115.38 197.63 -
System Red Green Blue C M Y K H S L
Decimal 192 49 72 0 0.74 0.63 0.25 350.35 0.59 0.47
Hex C0 31 48 0 4A 3F 19 15E 3B 2F
Octal 300 61 110 0 112 77 31 536 73 57
Binary 11000000 110001 1001000 0 1001010 111111 11001 101011110 111011 101111

Color Harmonies of #C03148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03148

Black with #C03148

Text Example


Text Example

White with #C03148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03148; }

 p { color: rgb(192,49,72); }

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

background-color css

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

 a { background-color: rgb(192,49,72); }

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

border-color css

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

 span { border-color: rgb(192,49,72); }

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