#CA324B

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

Shades of Brick Red #CA324B

Tints of Brick Red #CA324B

Color information

#CA324B (or 0xCA324B) is unknown color: approx Brick Red. HEX triplet: CA, 32 and 4B. RGB value is (202,50,75). Sum of RGB (Red+Green+Blue) = 202+50+75=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA324B is #35CDB4. Grayscale: #626262. Windows color (decimal): -3526069 or 4928202. OLE color: 4928202.

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

Color convert

RGB2025075-
CMYK00.750.630.21
HSL350.13º60.32%49.41%-
HSV(B)350.13º75.25%79.22%-
XYZ26.7715.358.21-
YUV98.3114.86201.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=61.77%
G=15.29%
B=22.94%

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
Decimal202507500.750.630.21350.1360.3249.41
HexCA324B04B3F1515e3c31
Octal31262113011377255367461
Binary1100101011001010010110100101111111110101101011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA324B; }

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

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

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

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

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

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

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

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