#CA2B40

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

Shades of Brick Red #CA2B40

Tints of Brick Red #CA2B40

Color information

#CA2B40 (or 0xCA2B40) is unknown color: approx Brick Red. HEX triplet: CA, 2B and 40. RGB value is (202,43,64). Sum of RGB (Red+Green+Blue) = 202+43+64=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B40 is #35D4BF. Grayscale: #5D5D5D. Windows color (decimal): -3527872 or 4205514. OLE color: 4205514.

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

Color convert

RGB2024364-
CMYK00.790.680.21
HSL352.08º64.9%48.04%-
HSV(B)352.08º78.71%79.22%-
XYZ26.1514.656.3-
YUV92.94111.68205.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.37%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=65.37%
G=13.92%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202436400.790.680.21352.0864.948.04
HexCA2B4004F44151604130
Octal3125310001171042554010160
Binary110010101010111000000010011111000100101011011000001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B40; }

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

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

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

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

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

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

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

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