#CA3230

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

Shades of Persian Red #CA3230

Tints of Persian Red #CA3230

Color information

#CA3230 (or 0xCA3230) is unknown color: approx Persian Red. HEX triplet: CA, 32 and 30. RGB value is (202,50,48). Sum of RGB (Red+Green+Blue) = 202+50+48=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3230 is #35CDCF. Grayscale: #5F5F5F. Windows color (decimal): -3526096 or 3158730. OLE color: 3158730.

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

Color convert

RGB2025048-
CMYK00.750.760.21
HSL0.78º61.6%49.02%-
HSV(B)0.78º76.24%79.22%-
XYZ26.0315.054.33-
YUV95.22101.36204.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.33%
GREEN value IS 50 (19.92% from 255) = 16.67%
BLUE value IS 48 (19.14% from 255) = 16%
R=67.33%
G=16.67%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202504800.750.760.210.7861.649.02
HexCA323004B4C1513e31
Octal312626001131142517661
Binary11001010110010110000010010111001100101011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3230; }

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

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

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

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

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

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

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

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