Html Css Color HEX #C0193D Cardinal

📋 copy color: '#C0193D'

red 192 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #C0193D

Tints of Cardinal #C0193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

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

R = 69.06%
G = 8.99%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0193D (or 0xC0193D) is known color: Cardinal. HEX triplet: C0, 19 and 3D. RGB value is (192,25,61). Sum of RGB (Red+Green+Blue) = 192+25+61=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C0193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0193D is #3FE6C2. Grayscale: #4F4F4F. Windows color (decimal): -4187843 or 4004288. OLE color: 4004288.

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

Color convert

RGB 192 25 61 -
CMYK 0 0.87 0.68 0.25
HSL 347.07º 0.77% 0.43% -
HSV(B) 347.07º 0.87% 0.75% -
XYZ 22.93 12.24 5.57 -
YUV 79.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 192 25 61 0 0.87 0.68 0.25 347.07 0.77 0.43
Hex C0 19 3D 0 57 44 19 15B 4D 2B
Octal 300 31 75 0 127 104 31 533 115 53
Binary 11000000 11001 111101 0 1010111 1000100 11001 101011011 1001101 101011

Color Harmonies of #C0193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0193D

Black with #C0193D

Text Example


Text Example

White with #C0193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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