#CA3140

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

Shades of Brick Red #CA3140

Tints of Brick Red #CA3140

Color information

#CA3140 (or 0xCA3140) is unknown color: approx Brick Red. HEX triplet: CA, 31 and 40. RGB value is (202,49,64). Sum of RGB (Red+Green+Blue) = 202+49+64=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3140 is #35CEBF. Grayscale: #606060. Windows color (decimal): -3526336 or 4207050. OLE color: 4207050.

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

Color convert

RGB2024964-
CMYK00.760.680.21
HSL354.12º60.96%49.22%-
HSV(B)354.12º75.74%79.22%-
XYZ26.3815.126.38-
YUV96.46109.69203.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.13%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=64.13%
G=15.56%
B=20.32%

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
Decimal202496400.760.680.21354.1260.9649.22
HexCA314004C44151623d31
Octal312611000114104255427561
Binary11001010110001100000001001100100010010101101100010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3140; }

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

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

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

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

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

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

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

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