Html Css Color HEX #C0163E Cardinal

📋 copy color: '#C0163E'

red 192 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #C0163E

Tints of Cardinal #C0163E

RGB

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

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

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

R = 69.57%
G = 7.97%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0163E (or 0xC0163E) is known color: Cardinal. HEX triplet: C0, 16 and 3E. RGB value is (192,22,62). Sum of RGB (Red+Green+Blue) = 192+22+62=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0163E is #3FE9C1. Grayscale: #4D4D4D. Windows color (decimal): -4188610 or 4069056. OLE color: 4069056.

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

Color convert

RGB 192 22 62 -
CMYK 0 0.89 0.68 0.25
HSL 345.88º 0.79% 0.42% -
HSV(B) 345.88º 0.89% 0.75% -
XYZ 22.89 12.13 5.69 -
YUV 77.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 192 22 62 0 0.89 0.68 0.25 345.88 0.79 0.42
Hex C0 16 3E 0 59 44 19 15A 4F 2A
Octal 300 26 76 0 131 104 31 532 117 52
Binary 11000000 10110 111110 0 1011001 1000100 11001 101011010 1001111 101010

Color Harmonies of #C0163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0163E

Black with #C0163E

Text Example


Text Example

White with #C0163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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