#CA382B

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

Shades of Persian Red #CA382B

Tints of Persian Red #CA382B

Color information

#CA382B (or 0xCA382B) is unknown color: approx Persian Red. HEX triplet: CA, 38 and 2B. RGB value is (202,56,43). Sum of RGB (Red+Green+Blue) = 202+56+43=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA382B is #35C7D4. Grayscale: #626262. Windows color (decimal): -3524565 or 2832586. OLE color: 2832586.

HSL color Cylindrical-coordinate representation of color #CA382B: hue angle of 4.91º 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 #CA382B is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2025643-
CMYK00.720.790.21
HSL4.91º64.9%48.04%-
HSV(B)4.91º78.71%79.22%-
XYZ26.2115.563.91-
YUV98.1796.87202.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.11%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 43 (17.19% from 255) = 14.29%
R=67.11%
G=18.60%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202564300.720.790.214.9164.948.04
HexCA382B0484F1554130
Octal3127053011011725510160
Binary11001010111000101011010010001001111101011011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA382B; }

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

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

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

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

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

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

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

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