#CA3645

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

Shades of Brick Red #CA3645

Tints of Brick Red #CA3645

Color information

#CA3645 (or 0xCA3645) is unknown color: approx Brick Red. HEX triplet: CA, 36 and 45. RGB value is (202,54,69). Sum of RGB (Red+Green+Blue) = 202+54+69=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3645 is #35C9BA. Grayscale: #646464. Windows color (decimal): -3525051 or 4536010. OLE color: 4536010.

HSL color Cylindrical-coordinate representation of color #CA3645: hue angle of 353.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3645 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB2025469-
CMYK00.730.660.21
HSL353.92º58.27%50.2%-
HSV(B)353.92º73.27%79.22%-
XYZ26.7515.627.24-
YUV99.96110.53200.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.15%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=62.15%
G=16.62%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202546900.730.660.21353.9258.2750.2
HexCA364504942151623a32
Octal312661050111102255427262
Binary11001010110110100010101001001100001010101101100010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3645; }

 p { color: rgb(202,54,69); }

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

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

 a { background-color: rgb(202,54,69); }

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

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

 span { border-color: rgb(202,54,69); }

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