Html Css Color HEX #C0173D Cardinal

📋 copy color: '#C0173D'

red 192 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #C0173D

Tints of Cardinal #C0173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 69.57%
G = 8.33%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0173D (or 0xC0173D) is known color: Cardinal. HEX triplet: C0, 17 and 3D. RGB value is (192,23,61). Sum of RGB (Red+Green+Blue) = 192+23+61=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0173D is #3FE8C2. Grayscale: #4D4D4D. Windows color (decimal): -4188355 or 4003776. OLE color: 4003776.

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

Color convert

RGB 192 23 61 -
CMYK 0 0.88 0.68 0.25
HSL 346.51º 0.79% 0.42% -
HSV(B) 346.51º 0.88% 0.75% -
XYZ 22.89 12.16 5.55 -
YUV 77.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 192 23 61 0 0.88 0.68 0.25 346.51 0.79 0.42
Hex C0 17 3D 0 58 44 19 15B 4F 2A
Octal 300 27 75 0 130 104 31 533 117 52
Binary 11000000 10111 111101 0 1011000 1000100 11001 101011011 1001111 101010

Color Harmonies of #C0173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0173D

Black with #C0173D

Text Example


Text Example

White with #C0173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0173D; }

 p { color: rgb(192,23,61); }

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

background-color css

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

 a { background-color: rgb(192,23,61); }

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

border-color css

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

 span { border-color: rgb(192,23,61); }

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