Html Css Color HEX #C0112D Cardinal

📋 copy color: '#C0112D'

red 192 ◦ green 17 ◦ blue 45

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

Shades of Cardinal #C0112D

Tints of Cardinal #C0112D

RGB

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

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

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

R = 75.59%
G = 6.69%
B = 17.72%

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

#C0112D (or 0xC0112D) is known color: Cardinal. HEX triplet: C0, 11 and 2D. RGB value is (192,17,45). Sum of RGB (Red+Green+Blue) = 192+17+45=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C0112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0112D is #3FEED2. Grayscale: #484848. Windows color (decimal): -4189907 or 2953664. OLE color: 2953664.

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

Color convert

RGB 192 17 45 -
CMYK 0 0.91 0.77 0.25
HSL 350.4º 0.84% 0.41% -
HSV(B) 350.4º 0.91% 0.75% -
XYZ 22.41 11.8 3.58 -
YUV 72.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 192 17 45 0 0.91 0.77 0.25 350.4 0.84 0.41
Hex C0 11 2D 0 5B 4D 19 15E 54 29
Octal 300 21 55 0 133 115 31 536 124 51
Binary 11000000 10001 101101 0 1011011 1001101 11001 101011110 1010100 101001

Color Harmonies of #C0112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0112D

Black with #C0112D

Text Example


Text Example

White with #C0112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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