#CA3549

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

Shades of Brick Red #CA3549

Tints of Brick Red #CA3549

Color information

#CA3549 (or 0xCA3549) is unknown color: approx Brick Red. HEX triplet: CA, 35 and 49. RGB value is (202,53,73). Sum of RGB (Red+Green+Blue) = 202+53+73=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3549 is #35CAB6. Grayscale: #636363. Windows color (decimal): -3525303 or 4797898. OLE color: 4797898.

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

Color convert

RGB2025373-
CMYK00.740.640.21
HSL351.95º58.43%50%-
HSV(B)351.95º73.76%79.22%-
XYZ26.8315.587.9-
YUV99.83112.86200.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.59%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=61.59%
G=16.16%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202537300.740.640.21351.9558.4350
HexCA354904A40151603a32
Octal312651110112100255407262
Binary11001010110101100100101001010100000010101101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3549; }

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

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

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

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

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

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

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

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