Html Css Color HEX #C03448 Old Rose

📋 copy color: '#C03448'

red 192 ◦ green 52 ◦ blue 72

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

Shades of Old Rose #C03448

Tints of Old Rose #C03448

RGB

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

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

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

R = 60.76%
G = 16.46%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C03448 (or 0xC03448) is known color: Old Rose. HEX triplet: C0, 34 and 48. RGB value is (192,52,72). Sum of RGB (Red+Green+Blue) = 192+52+72=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03448 is #3FCBB7. Grayscale: #606060. Windows color (decimal): -4180920 or 4732096. OLE color: 4732096.

HSL color Cylindrical-coordinate representation of color #C03448: hue angle of 351.43º 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 #C03448 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 72 -
CMYK 0 0.73 0.63 0.25
HSL 351.43º 0.57% 0.48% -
HSV(B) 351.43º 0.73% 0.75% -
XYZ 24.14 14.13 7.59 -
YUV 96.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 192 52 72 0 0.73 0.63 0.25 351.43 0.57 0.48
Hex C0 34 48 0 49 3F 19 15F 39 30
Octal 300 64 110 0 111 77 31 537 71 60
Binary 11000000 110100 1001000 0 1001001 111111 11001 101011111 111001 110000

Color Harmonies of #C03448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03448

Black with #C03448

Text Example


Text Example

White with #C03448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03448; }

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

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

background-color css

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

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

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

border-color css

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

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

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