Html Css Color HEX #C01146 Cardinal

📋 copy color: '#C01146'

red 192 ◦ green 17 ◦ blue 70

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

Shades of Cardinal #C01146

Tints of Cardinal #C01146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 68.82%
G = 6.09%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C01146 (or 0xC01146) is known color: Cardinal. HEX triplet: C0, 11 and 46. RGB value is (192,17,70). Sum of RGB (Red+Green+Blue) = 192+17+70=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C01146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01146 is #3FEEB9. Grayscale: #4B4B4B. Windows color (decimal): -4189882 or 4592064. OLE color: 4592064.

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

Color convert

RGB 192 17 70 -
CMYK 0 0.91 0.64 0.25
HSL 341.83º 0.84% 0.41% -
HSV(B) 341.83º 0.91% 0.75% -
XYZ 23.04 12.05 6.91 -
YUV 75.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 192 17 70 0 0.91 0.64 0.25 341.83 0.84 0.41
Hex C0 11 46 0 5B 40 19 156 54 29
Octal 300 21 106 0 133 100 31 526 124 51
Binary 11000000 10001 1000110 0 1011011 1000000 11001 101010110 1010100 101001

Color Harmonies of #C01146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01146

Black with #C01146

Text Example


Text Example

White with #C01146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01146; }

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

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

background-color css

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

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

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

border-color css

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

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

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