Html Css Color HEX #C02445 Old Rose

📋 copy color: '#C02445'

red 192 ◦ green 36 ◦ blue 69

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

Shades of Old Rose #C02445

Tints of Old Rose #C02445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.12%

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 64.65%
G = 12.12%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C02445 (or 0xC02445) is known color: Old Rose. HEX triplet: C0, 24 and 45. RGB value is (192,36,69). Sum of RGB (Red+Green+Blue) = 192+36+69=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C02445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02445 is #3FDBBA. Grayscale: #565656. Windows color (decimal): -4185019 or 4531392. OLE color: 4531392.

HSL color Cylindrical-coordinate representation of color #C02445: hue angle of 347.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02445 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 69 -
CMYK 0 0.81 0.64 0.25
HSL 347.31º 0.68% 0.45% -
HSV(B) 347.31º 0.81% 0.75% -
XYZ 23.44 12.9 6.88 -
YUV 86.41 118.18 203.32 -
System Red Green Blue C M Y K H S L
Decimal 192 36 69 0 0.81 0.64 0.25 347.31 0.68 0.45
Hex C0 24 45 0 51 40 19 15B 44 2D
Octal 300 44 105 0 121 100 31 533 104 55
Binary 11000000 100100 1000101 0 1010001 1000000 11001 101011011 1000100 101101

Color Harmonies of #C02445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02445

Black with #C02445

Text Example


Text Example

White with #C02445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02445; }

 p { color: rgb(192,36,69); }

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

background-color css

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

 a { background-color: rgb(192,36,69); }

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

border-color css

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

 span { border-color: rgb(192,36,69); }

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