#C01A3D

Color #C01A3D Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C01A3D

Tints of Cardinal #C01A3D

Color information

#C01A3D (or 0xC01A3D) is unknown color: approx Cardinal. HEX triplet: C0, 1A and 3D. RGB value is (192,26,61). Sum of RGB (Red+Green+Blue) = 192+26+61=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A3D is #3FE5C2. Grayscale: #4F4F4F. Windows color (decimal): -4187587 or 4004544. OLE color: 4004544.

HSL color Cylindrical-coordinate representation of color #C01A3D: hue angle of 347.35º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A3D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1922661-
CMYK00.860.680.25
HSL347.35º76.15%42.75%-
HSV(B)347.35º86.46%75.29%-
XYZ22.9512.285.58-
YUV79.62117.5208.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.82%
GREEN value IS 26 (10.55% from 255) = 9.32%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=68.82%
G=9.32%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192266100.860.680.25347.3576.1542.75
HexC01A3D056441915b4c2b
Octal300327501261043153311453
Binary1100000011010111101010101101000100110011010110111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01A3D; }

 p { color: rgb(192,26,61); }

 H1.HeaderClassName
 {
   color: #C01A3D;
 }
 .AnyTagClassName
 {
   color: #C01A3D;
 }
</style>
background-color css

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

 a { background-color: rgb(192,26,61); }

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

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

 span { border-color: rgb(192,26,61); }

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