#CA3245

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

Shades of Brick Red #CA3245

Tints of Brick Red #CA3245

Color information

#CA3245 (or 0xCA3245) is unknown color: approx Brick Red. HEX triplet: CA, 32 and 45. RGB value is (202,50,69). Sum of RGB (Red+Green+Blue) = 202+50+69=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3245 is #35CDBA. Grayscale: #616161. Windows color (decimal): -3526075 or 4534986. OLE color: 4534986.

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

Color convert

RGB2025069-
CMYK00.750.660.21
HSL352.5º60.32%49.41%-
HSV(B)352.5º75.25%79.22%-
XYZ26.5715.277.18-
YUV97.61111.86202.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.93%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 69 (27.34% from 255) = 21.50%
R=62.93%
G=15.58%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202506900.750.660.21352.560.3249.41
HexCA324504B42151603c31
Octal312621050113102255407461
Binary11001010110010100010101001011100001010101101100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3245; }

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

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

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

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

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

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

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

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