#c10a3f

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

Shades of Cardinal #C10A3F

Tints of Cardinal #C10A3F

Color information

#C10A3F (or 0xC10A3F) is unknown color: approx Cardinal. HEX triplet: C1, 0A and 3F. RGB value is (193,10,63). Sum of RGB (Red+Green+Blue) = 193+10+63=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A3F is #3EF5C0. Grayscale: #464646. Windows color (decimal): -4126145 or 4131521. OLE color: 4131521.

HSL color Cylindrical-coordinate representation of color #C10A3F: hue angle of 342.62º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A3F is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1931063-
CMYK00.950.670.24
HSL342.62º90.15%39.8%-
HSV(B)342.62º94.82%75.69%-
XYZ2311.915.79-
YUV70.76123.63215.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 72.56%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 63 (25% from 255) = 23.68%
R=72.56%
G=3.76%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193106300.950.670.24342.6290.1539.8
HexC1A3F05F43181575a28
Octal301127701371033052713250
Binary110000011010111111010111111000011110001010101111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10a3f; }

 p { color: rgb(193,10,63); }

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

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

 a { background-color: rgb(193,10,63); }

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

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

 span { border-color: rgb(193,10,63); }

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