#ca0a49

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

Shades of Crimson #CA0A49

Tints of Crimson #CA0A49

Color information

#CA0A49 (or 0xCA0A49) is unknown color: approx Crimson. HEX triplet: CA, 0A and 49. RGB value is (202,10,73). Sum of RGB (Red+Green+Blue) = 202+10+73=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0A49 is #35F5B6. Grayscale: #4A4A4A. Windows color (decimal): -3536311 or 4786890. OLE color: 4786890.

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

Color convert

RGB2021073-
CMYK00.950.640.21
HSL340.31º90.57%41.57%-
HSV(B)340.31º95.05%79.22%-
XYZ25.6713.257.51-
YUV74.59127.11218.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.88%
GREEN value IS 10 (4.30% from 255) = 3.51%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=70.88%
G=3.51%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202107300.950.640.21340.3190.5741.57
HexCAA4905F40151545b2a
Octal3121211101371002552413352
Binary1100101010101001001010111111000000101011010101001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca0a49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca0a49; }

 p { color: rgb(202,10,73); }

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

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

 a { background-color: rgb(202,10,73); }

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

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

 span { border-color: rgb(202,10,73); }

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