Html Css Color HEX #C0192C Cardinal

📋 copy color: '#C0192C'

red 192 ◦ green 25 ◦ blue 44

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

Shades of Cardinal #C0192C

Tints of Cardinal #C0192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.86%

R = 73.56%
G = 9.58%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0192C (or 0xC0192C) is known color: Cardinal. HEX triplet: C0, 19 and 2C. RGB value is (192,25,44). Sum of RGB (Red+Green+Blue) = 192+25+44=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C0192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0192C is #3FE6D3. Grayscale: #4D4D4D. Windows color (decimal): -4187860 or 2890176. OLE color: 2890176.

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

Color convert

RGB 192 25 44 -
CMYK 0 0.87 0.77 0.25
HSL 353.17º 0.77% 0.43% -
HSV(B) 353.17º 0.87% 0.75% -
XYZ 22.54 12.08 3.53 -
YUV 77.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 192 25 44 0 0.87 0.77 0.25 353.17 0.77 0.43
Hex C0 19 2C 0 57 4D 19 161 4D 2B
Octal 300 31 54 0 127 115 31 541 115 53
Binary 11000000 11001 101100 0 1010111 1001101 11001 101100001 1001101 101011

Color Harmonies of #C0192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0192C

Black with #C0192C

Text Example


Text Example

White with #C0192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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