#CA0C3B

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

Shades of Crimson #CA0C3B

Tints of Crimson #CA0C3B

Color information

#CA0C3B (or 0xCA0C3B) is unknown color: approx Crimson. HEX triplet: CA, 0C and 3B. RGB value is (202,12,59). Sum of RGB (Red+Green+Blue) = 202+12+59=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C3B is #35F3C4. Grayscale: #4A4A4A. Windows color (decimal): -3535813 or 3869898. OLE color: 3869898.

HSL color Cylindrical-coordinate representation of color #CA0C3B: hue angle of 345.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C3B is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2021259-
CMYK00.940.710.21
HSL345.16º88.79%41.96%-
HSV(B)345.16º94.06%79.22%-
XYZ25.2813.145.34-
YUV74.17119.45219.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 73.99%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=73.99%
G=4.40%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202125900.940.710.21345.1688.7941.96
HexCAC3B05E4715159592a
Octal312147301361072553113152
Binary110010101100111011010111101000111101011010110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C3B; }

 p { color: rgb(202,12,59); }

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

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

 a { background-color: rgb(202,12,59); }

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

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

 span { border-color: rgb(202,12,59); }

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