#CA3146

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

Shades of Brick Red #CA3146

Tints of Brick Red #CA3146

Color information

#CA3146 (or 0xCA3146) is unknown color: approx Brick Red. HEX triplet: CA, 31 and 46. RGB value is (202,49,70). Sum of RGB (Red+Green+Blue) = 202+49+70=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3146 is #35CEB9. Grayscale: #616161. Windows color (decimal): -3526330 or 4600266. OLE color: 4600266.

HSL color Cylindrical-coordinate representation of color #CA3146: hue angle of 351.76º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3146 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB2024970-
CMYK00.760.650.21
HSL351.76º60.96%49.22%-
HSV(B)351.76º75.74%79.22%-
XYZ26.5615.27.33-
YUV97.14112.69202.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.93%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=62.93%
G=15.26%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202497000.760.650.21351.7660.9649.22
HexCA314604C41151603d31
Octal312611060114101255407561
Binary11001010110001100011001001100100000110101101100000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3146; }

 p { color: rgb(202,49,70); }

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

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

 a { background-color: rgb(202,49,70); }

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

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

 span { border-color: rgb(202,49,70); }

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