Html Css Color HEX #C02845 Old Rose

📋 copy color: '#C02845'

red 192 ◦ green 40 ◦ blue 69

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

Shades of Old Rose #C02845

Tints of Old Rose #C02845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 63.79%
G = 13.29%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C02845 (or 0xC02845) is known color: Old Rose. HEX triplet: C0, 28 and 45. RGB value is (192,40,69). Sum of RGB (Red+Green+Blue) = 192+40+69=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C02845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02845 is #3FD7BA. Grayscale: #585858. Windows color (decimal): -4183995 or 4532416. OLE color: 4532416.

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

Color convert

RGB 192 40 69 -
CMYK 0 0.79 0.64 0.25
HSL 348.55º 0.66% 0.45% -
HSV(B) 348.55º 0.79% 0.75% -
XYZ 23.57 13.15 6.93 -
YUV 88.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 192 40 69 0 0.79 0.64 0.25 348.55 0.66 0.45
Hex C0 28 45 0 4F 40 19 15D 42 2D
Octal 300 50 105 0 117 100 31 535 102 55
Binary 11000000 101000 1000101 0 1001111 1000000 11001 101011101 1000010 101101

Color Harmonies of #C02845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02845

Black with #C02845

Text Example


Text Example

White with #C02845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02845; }

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

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

background-color css

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

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

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

border-color css

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

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

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