#CA3B2C

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

Shades of Persian Red #CA3B2C

Tints of Persian Red #CA3B2C

Color information

#CA3B2C (or 0xCA3B2C) is unknown color: approx Persian Red. HEX triplet: CA, 3B and 2C. RGB value is (202,59,44). Sum of RGB (Red+Green+Blue) = 202+59+44=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3B2C is #35C4D3. Grayscale: #646464. Windows color (decimal): -3523796 or 2898890. OLE color: 2898890.

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

Color convert

RGB2025944-
CMYK00.710.780.21
HSL5.7º64.23%48.24%-
HSV(B)5.7º78.22%79.22%-
XYZ26.3815.874.06-
YUV100.0596.38200.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=66.23%
G=19.34%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202594400.710.780.215.764.2348.24
HexCA3B2C0474E1564030
Octal3127354010711625610060
Binary11001010111011101100010001111001110101011101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3B2C; }

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

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

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

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

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

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

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

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