#CA0146

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

Shades of Crimson #CA0146

Tints of Crimson #CA0146

Color information

#CA0146 (or 0xCA0146) is unknown color: approx Crimson. HEX triplet: CA, 01 and 46. RGB value is (202,1,70). Sum of RGB (Red+Green+Blue) = 202+1+70=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0146 is #35FEB9. Grayscale: #444444. Windows color (decimal): -3538618 or 4587978. OLE color: 4587978.

HSL color Cylindrical-coordinate representation of color #CA0146: hue angle of 339.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0146 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB202170-
CMYK01.000.650.21
HSL339.4º99.01%39.8%-
HSV(B)339.4º99.5%79.22%-
XYZ25.4713.026.96-
YUV68.96128.59222.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 73.99%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=73.99%
G=0.37%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217001.000.650.21339.499.0139.8
HexCA14606441151536328
Octal312110601441012552314350
Binary1100101011000110011001001000001101011010100111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0146; }

 p { color: rgb(202,1,70); }

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

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

 a { background-color: rgb(202,1,70); }

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

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

 span { border-color: rgb(202,1,70); }

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