Html Css Color HEX #C02945 Old Rose

📋 copy color: '#C02945'

red 192 ◦ green 41 ◦ blue 69

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

Shades of Old Rose #C02945

Tints of Old Rose #C02945

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 63.58%
G = 13.58%
B = 22.85%

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

#C02945 (or 0xC02945) is known color: Old Rose. HEX triplet: C0, 29 and 45. RGB value is (192,41,69). Sum of RGB (Red+Green+Blue) = 192+41+69=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C02945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02945 is #3FD6BA. Grayscale: #595959. Windows color (decimal): -4183739 or 4532672. OLE color: 4532672.

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

Color convert

RGB 192 41 69 -
CMYK 0 0.79 0.64 0.25
HSL 348.87º 0.65% 0.46% -
HSV(B) 348.87º 0.79% 0.75% -
XYZ 23.61 13.22 6.94 -
YUV 89.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 192 41 69 0 0.79 0.64 0.25 348.87 0.65 0.46
Hex C0 29 45 0 4F 40 19 15D 41 2E
Octal 300 51 105 0 117 100 31 535 101 56
Binary 11000000 101001 1000101 0 1001111 1000000 11001 101011101 1000001 101110

Color Harmonies of #C02945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02945

Black with #C02945

Text Example


Text Example

White with #C02945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02945; }

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

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

background-color css

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

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

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

border-color css

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

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

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