#CA324A

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

Shades of Brick Red #CA324A

Tints of Brick Red #CA324A

Color information

#CA324A (or 0xCA324A) is unknown color: approx Brick Red. HEX triplet: CA, 32 and 4A. RGB value is (202,50,74). Sum of RGB (Red+Green+Blue) = 202+50+74=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA324A is #35CDB5. Grayscale: #626262. Windows color (decimal): -3526070 or 4862666. OLE color: 4862666.

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

Color convert

RGB2025074-
CMYK00.750.630.21
HSL350.53º60.32%49.41%-
HSV(B)350.53º75.25%79.22%-
XYZ26.7315.338.03-
YUV98.18114.36202.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.96%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=61.96%
G=15.34%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202507400.750.630.21350.5360.3249.41
HexCA324A04B3F1515f3c31
Octal31262112011377255377461
Binary1100101011001010010100100101111111110101101011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA324A; }

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

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

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

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

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

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

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

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