#CA3826

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

Shades of Persian Red #CA3826

Tints of Persian Red #CA3826

Color information

#CA3826 (or 0xCA3826) is unknown color: approx Persian Red. HEX triplet: CA, 38 and 26. RGB value is (202,56,38). Sum of RGB (Red+Green+Blue) = 202+56+38=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3826 is #35C7D9. Grayscale: #616161. Windows color (decimal): -3524570 or 2504906. OLE color: 2504906.

HSL color Cylindrical-coordinate representation of color #CA3826: hue angle of 6.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA3826 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB2025638-
CMYK00.720.810.21
HSL6.59º68.33%47.06%-
HSV(B)6.59º81.19%79.22%-
XYZ26.1215.523.45-
YUV97.694.37202.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.24%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 38 (15.23% from 255) = 12.84%
R=68.24%
G=18.92%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202563800.720.810.216.5968.3347.06
HexCA382604851157442f
Octal3127046011012125710457
Binary11001010111000100110010010001010001101011111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3826; }

 p { color: rgb(202,56,38); }

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

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

 a { background-color: rgb(202,56,38); }

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

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

 span { border-color: rgb(202,56,38); }

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