Html Css Color HEX #C0163C Cardinal

📋 copy color: '#C0163C'

red 192 ◦ green 22 ◦ blue 60

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

Shades of Cardinal #C0163C

Tints of Cardinal #C0163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 70.07%
G = 8.03%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0163C (or 0xC0163C) is known color: Cardinal. HEX triplet: C0, 16 and 3C. RGB value is (192,22,60). Sum of RGB (Red+Green+Blue) = 192+22+60=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0163C is #3FE9C3. Grayscale: #4D4D4D. Windows color (decimal): -4188612 or 3937984. OLE color: 3937984.

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

Color convert

RGB 192 22 60 -
CMYK 0 0.89 0.69 0.25
HSL 346.59º 0.79% 0.42% -
HSV(B) 346.59º 0.89% 0.75% -
XYZ 22.84 12.11 5.41 -
YUV 77.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 192 22 60 0 0.89 0.69 0.25 346.59 0.79 0.42
Hex C0 16 3C 0 59 45 19 15B 4F 2A
Octal 300 26 74 0 131 105 31 533 117 52
Binary 11000000 10110 111100 0 1011001 1000101 11001 101011011 1001111 101010

Color Harmonies of #C0163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0163C

Black with #C0163C

Text Example


Text Example

White with #C0163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0163C; }

 p { color: rgb(192,22,60); }

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

background-color css

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

 a { background-color: rgb(192,22,60); }

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

border-color css

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

 span { border-color: rgb(192,22,60); }

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