#CA0845

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

Shades of Crimson #CA0845

Tints of Crimson #CA0845

Color information

#CA0845 (or 0xCA0845) is unknown color: approx Crimson. HEX triplet: CA, 08 and 45. RGB value is (202,8,69). Sum of RGB (Red+Green+Blue) = 202+8+69=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0845 is #35F7BA. Grayscale: #484848. Windows color (decimal): -3536827 or 4524234. OLE color: 4524234.

HSL color Cylindrical-coordinate representation of color #CA0845: hue angle of 341.13º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0845 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB202869-
CMYK00.960.660.21
HSL341.13º92.38%41.18%-
HSV(B)341.13º96.04%79.22%-
XYZ25.5213.166.83-
YUV72.96125.77220.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 72.40%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=72.40%
G=2.87%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20286900.960.660.21341.1392.3841.18
HexCA84506042151555c29
Octal3121010501401022552513451
Binary1100101010001000101011000001000010101011010101011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0845; }

 p { color: rgb(202,8,69); }

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

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

 a { background-color: rgb(202,8,69); }

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

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

 span { border-color: rgb(202,8,69); }

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