Html Css Color HEX #C0112C Cardinal

📋 copy color: '#C0112C'

red 192 ◦ green 17 ◦ blue 44

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

Shades of Cardinal #C0112C

Tints of Cardinal #C0112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.72%

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

R = 75.89%
G = 6.72%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0112C (or 0xC0112C) is known color: Cardinal. HEX triplet: C0, 11 and 2C. RGB value is (192,17,44). Sum of RGB (Red+Green+Blue) = 192+17+44=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0112C is #3FEED3. Grayscale: #484848. Windows color (decimal): -4189908 or 2888128. OLE color: 2888128.

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

Color convert

RGB 192 17 44 -
CMYK 0 0.91 0.77 0.25
HSL 350.74º 0.84% 0.41% -
HSV(B) 350.74º 0.91% 0.75% -
XYZ 22.39 11.79 3.48 -
YUV 72.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 192 17 44 0 0.91 0.77 0.25 350.74 0.84 0.41
Hex C0 11 2C 0 5B 4D 19 15F 54 29
Octal 300 21 54 0 133 115 31 537 124 51
Binary 11000000 10001 101100 0 1011011 1001101 11001 101011111 1010100 101001

Color Harmonies of #C0112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0112C

Black with #C0112C

Text Example


Text Example

White with #C0112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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