Html Css Color HEX #C0173B Cardinal

📋 copy color: '#C0173B'

red 192 ◦ green 23 ◦ blue 59

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

Shades of Cardinal #C0173B

Tints of Cardinal #C0173B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 70.07%
G = 8.39%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0173B (or 0xC0173B) is known color: Cardinal. HEX triplet: C0, 17 and 3B. RGB value is (192,23,59). Sum of RGB (Red+Green+Blue) = 192+23+59=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0173B is #3FE8C4. Grayscale: #4D4D4D. Windows color (decimal): -4188357 or 3872704. OLE color: 3872704.

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

Color convert

RGB 192 23 59 -
CMYK 0 0.88 0.69 0.25
HSL 347.22º 0.79% 0.42% -
HSV(B) 347.22º 0.88% 0.75% -
XYZ 22.83 12.14 5.28 -
YUV 77.64 117.49 209.57 -
System Red Green Blue C M Y K H S L
Decimal 192 23 59 0 0.88 0.69 0.25 347.22 0.79 0.42
Hex C0 17 3B 0 58 45 19 15B 4F 2A
Octal 300 27 73 0 130 105 31 533 117 52
Binary 11000000 10111 111011 0 1011000 1000101 11001 101011011 1001111 101010

Color Harmonies of #C0173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0173B

Black with #C0173B

Text Example


Text Example

White with #C0173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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