#CA3144

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

Shades of Brick Red #CA3144

Tints of Brick Red #CA3144

Color information

#CA3144 (or 0xCA3144) is unknown color: approx Brick Red. HEX triplet: CA, 31 and 44. RGB value is (202,49,68). Sum of RGB (Red+Green+Blue) = 202+49+68=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3144 is #35CEBB. Grayscale: #606060. Windows color (decimal): -3526332 or 4469194. OLE color: 4469194.

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

Color convert

RGB2024968-
CMYK00.760.660.21
HSL352.55º60.96%49.22%-
HSV(B)352.55º75.74%79.22%-
XYZ26.515.177-
YUV96.91111.69202.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 49 (19.53% from 255) = 15.36%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=63.32%
G=15.36%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202496800.760.660.21352.5560.9649.22
HexCA314404C42151613d31
Octal312611040114102255417561
Binary11001010110001100010001001100100001010101101100001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3144; }

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

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

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

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

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

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

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

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