#CA3141

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

Shades of Brick Red #CA3141

Tints of Brick Red #CA3141

Color information

#CA3141 (or 0xCA3141) is unknown color: approx Brick Red. HEX triplet: CA, 31 and 41. RGB value is (202,49,65). Sum of RGB (Red+Green+Blue) = 202+49+65=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3141 is #35CEBE. Grayscale: #606060. Windows color (decimal): -3526335 or 4272586. OLE color: 4272586.

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

Color convert

RGB2024965-
CMYK00.760.680.21
HSL353.73º60.96%49.22%-
HSV(B)353.73º75.74%79.22%-
XYZ26.4115.136.53-
YUV96.57110.19203.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.92%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=63.92%
G=15.51%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202496500.760.680.21353.7360.9649.22
HexCA314104C44151623d31
Octal312611010114104255427561
Binary11001010110001100000101001100100010010101101100010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3141; }

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

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

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

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

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

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

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

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