#CA3646

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

Shades of Brick Red #CA3646

Tints of Brick Red #CA3646

Color information

#CA3646 (or 0xCA3646) is unknown color: approx Brick Red. HEX triplet: CA, 36 and 46. RGB value is (202,54,70). Sum of RGB (Red+Green+Blue) = 202+54+70=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3646 is #35C9B9. Grayscale: #646464. Windows color (decimal): -3525050 or 4601546. OLE color: 4601546.

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

Color convert

RGB2025470-
CMYK00.730.650.21
HSL353.51º58.27%50.2%-
HSV(B)353.51º73.27%79.22%-
XYZ26.7815.647.4-
YUV100.08111.03200.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.96%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=61.96%
G=16.56%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202547000.730.650.21353.5158.2750.2
HexCA364604941151623a32
Octal312661060111101255427262
Binary11001010110110100011001001001100000110101101100010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3646; }

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

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

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

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

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

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

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

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