Html Css Color HEX #C0173E Cardinal

📋 copy color: '#C0173E'

red 192 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #C0173E

Tints of Cardinal #C0173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.38%

R = 69.31%
G = 8.3%
B = 22.38%

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

#C0173E (or 0xC0173E) is known color: Cardinal. HEX triplet: C0, 17 and 3E. RGB value is (192,23,62). Sum of RGB (Red+Green+Blue) = 192+23+62=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0173E is #3FE8C1. Grayscale: #4D4D4D. Windows color (decimal): -4188354 or 4069312. OLE color: 4069312.

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

Color convert

RGB 192 23 62 -
CMYK 0 0.88 0.68 0.25
HSL 346.15º 0.79% 0.42% -
HSV(B) 346.15º 0.88% 0.75% -
XYZ 22.91 12.17 5.7 -
YUV 77.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 192 23 62 0 0.88 0.68 0.25 346.15 0.79 0.42
Hex C0 17 3E 0 58 44 19 15A 4F 2A
Octal 300 27 76 0 130 104 31 532 117 52
Binary 11000000 10111 111110 0 1011000 1000100 11001 101011010 1001111 101010

Color Harmonies of #C0173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0173E

Black with #C0173E

Text Example


Text Example

White with #C0173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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