Html Css Color HEX #C0122C Cardinal

📋 copy color: '#C0122C'

red 192 ◦ green 18 ◦ blue 44

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

Shades of Cardinal #C0122C

Tints of Cardinal #C0122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 75.59%
G = 7.09%
B = 17.32%

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

#C0122C (or 0xC0122C) is known color: Cardinal. HEX triplet: C0, 12 and 2C. RGB value is (192,18,44). Sum of RGB (Red+Green+Blue) = 192+18+44=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C0122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0122C is #3FEDD3. Grayscale: #494949. Windows color (decimal): -4189652 or 2888384. OLE color: 2888384.

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

Color convert

RGB 192 18 44 -
CMYK 0 0.91 0.77 0.25
HSL 351.03º 0.83% 0.41% -
HSV(B) 351.03º 0.91% 0.75% -
XYZ 22.41 11.82 3.48 -
YUV 72.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 192 18 44 0 0.91 0.77 0.25 351.03 0.83 0.41
Hex C0 12 2C 0 5B 4D 19 15F 53 29
Octal 300 22 54 0 133 115 31 537 123 51
Binary 11000000 10010 101100 0 1011011 1001101 11001 101011111 1010011 101001

Color Harmonies of #C0122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0122C

Black with #C0122C

Text Example


Text Example

White with #C0122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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