#CA354A

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

Shades of Brick Red #CA354A

Tints of Brick Red #CA354A

Color information

#CA354A (or 0xCA354A) is unknown color: approx Brick Red. HEX triplet: CA, 35 and 4A. RGB value is (202,53,74). Sum of RGB (Red+Green+Blue) = 202+53+74=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA354A is #35CAB5. Grayscale: #646464. Windows color (decimal): -3525302 or 4863434. OLE color: 4863434.

HSL color Cylindrical-coordinate representation of color #CA354A: hue angle of 351.54º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA354A is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2025374-
CMYK00.740.630.21
HSL351.54º58.43%50%-
HSV(B)351.54º73.76%79.22%-
XYZ26.8715.68.07-
YUV99.94113.36200.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.40%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=61.40%
G=16.11%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202537400.740.630.21351.5458.4350
HexCA354A04A3F151603a32
Octal31265112011277255407262
Binary1100101011010110010100100101011111110101101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA354A; }

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

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

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

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

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

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

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

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