#CA3B2B

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

Shades of Persian Red #CA3B2B

Tints of Persian Red #CA3B2B

Color information

#CA3B2B (or 0xCA3B2B) is unknown color: approx Persian Red. HEX triplet: CA, 3B and 2B. RGB value is (202,59,43). Sum of RGB (Red+Green+Blue) = 202+59+43=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3B2B is #35C4D4. Grayscale: #646464. Windows color (decimal): -3523797 or 2833354. OLE color: 2833354.

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

Color convert

RGB2025943-
CMYK00.710.790.21
HSL6.04º64.9%48.04%-
HSV(B)6.04º78.71%79.22%-
XYZ26.3615.863.96-
YUV99.9395.88200.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.45%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 43 (17.19% from 255) = 14.14%
R=66.45%
G=19.41%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202594300.710.790.216.0464.948.04
HexCA3B2B0474F1564130
Octal3127353010711725610160
Binary11001010111011101011010001111001111101011101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3B2B; }

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

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

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

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

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

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

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

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