Html Css Color HEX #C0122D Cardinal

📋 copy color: '#C0122D'

red 192 ◦ green 18 ◦ blue 45

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

Shades of Cardinal #C0122D

Tints of Cardinal #C0122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.65%

R = 75.29%
G = 7.06%
B = 17.65%

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

#C0122D (or 0xC0122D) is known color: Cardinal. HEX triplet: C0, 12 and 2D. RGB value is (192,18,45). Sum of RGB (Red+Green+Blue) = 192+18+45=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0122D is #3FEDD2. Grayscale: #494949. Windows color (decimal): -4189651 or 2953920. OLE color: 2953920.

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

Color convert

RGB 192 18 45 -
CMYK 0 0.91 0.77 0.25
HSL 350.69º 0.83% 0.41% -
HSV(B) 350.69º 0.91% 0.75% -
XYZ 22.43 11.83 3.58 -
YUV 73.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 192 18 45 0 0.91 0.77 0.25 350.69 0.83 0.41
Hex C0 12 2D 0 5B 4D 19 15F 53 29
Octal 300 22 55 0 133 115 31 537 123 51
Binary 11000000 10010 101101 0 1011011 1001101 11001 101011111 1010011 101001

Color Harmonies of #C0122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0122D

Black with #C0122D

Text Example


Text Example

White with #C0122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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