#CA3A32

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

Shades of Persian Red #CA3A32

Tints of Persian Red #CA3A32

Color information

#CA3A32 (or 0xCA3A32) is unknown color: approx Persian Red. HEX triplet: CA, 3A and 32. RGB value is (202,58,50). Sum of RGB (Red+Green+Blue) = 202+58+50=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A32 is #35C5CD. Grayscale: #646464. Windows color (decimal): -3524046 or 3291850. OLE color: 3291850.

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

Color convert

RGB2025850-
CMYK00.710.750.21
HSL3.16º60.32%49.41%-
HSV(B)3.16º75.25%79.22%-
XYZ26.4515.814.68-
YUV100.1499.71200.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.16%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=65.16%
G=18.71%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202585000.710.750.213.1660.3249.41
HexCA3A320474B1533c31
Octal312726201071132537461
Binary110010101110101100100100011110010111010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3A32; }

 p { color: rgb(202,58,50); }

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

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

 a { background-color: rgb(202,58,50); }

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

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

 span { border-color: rgb(202,58,50); }

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