#CA3641

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

Shades of Brick Red #CA3641

Tints of Brick Red #CA3641

Color information

#CA3641 (or 0xCA3641) is unknown color: approx Brick Red. HEX triplet: CA, 36 and 41. RGB value is (202,54,65). Sum of RGB (Red+Green+Blue) = 202+54+65=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3641 is #35C9BE. Grayscale: #636363. Windows color (decimal): -3525055 or 4273866. OLE color: 4273866.

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

Color convert

RGB2025465-
CMYK00.730.680.21
HSL355.54º58.27%50.2%-
HSV(B)355.54º73.27%79.22%-
XYZ26.6315.586.6-
YUV99.51108.53201.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.93%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=62.93%
G=16.82%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202546500.730.680.21355.5458.2750.2
HexCA364104944151643a32
Octal312661010111104255447262
Binary11001010110110100000101001001100010010101101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3641; }

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

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

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

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

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

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

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

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