#CA3445

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

Shades of Brick Red #CA3445

Tints of Brick Red #CA3445

Color information

#CA3445 (or 0xCA3445) is unknown color: approx Brick Red. HEX triplet: CA, 34 and 45. RGB value is (202,52,69). Sum of RGB (Red+Green+Blue) = 202+52+69=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3445 is #35CBBA. Grayscale: #626262. Windows color (decimal): -3525563 or 4535498. OLE color: 4535498.

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

Color convert

RGB2025269-
CMYK00.740.660.21
HSL353.2º59.06%49.8%-
HSV(B)353.2º74.26%79.22%-
XYZ26.6615.447.21-
YUV98.79111.2201.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=62.54%
G=16.10%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202526900.740.660.21353.259.0649.8
HexCA344504A42151613b32
Octal312641050112102255417362
Binary11001010110100100010101001010100001010101101100001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3445; }

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

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

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

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

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

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

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

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