#CA3741

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

Shades of Brick Red #CA3741

Tints of Brick Red #CA3741

Color information

#CA3741 (or 0xCA3741) is unknown color: approx Brick Red. HEX triplet: CA, 37 and 41. RGB value is (202,55,65). Sum of RGB (Red+Green+Blue) = 202+55+65=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3741 is #35C8BE. Grayscale: #646464. Windows color (decimal): -3524799 or 4274122. OLE color: 4274122.

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

Color convert

RGB2025565-
CMYK00.730.680.21
HSL355.92º58.1%50.39%-
HSV(B)355.92º72.77%79.22%-
XYZ26.6815.676.62-
YUV100.09108.2200.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.73%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=62.73%
G=17.08%
B=20.19%

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
Decimal202556500.730.680.21355.9258.150.39
HexCA374104944151643a32
Octal312671010111104255447262
Binary11001010110111100000101001001100010010101101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3741; }

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

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

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

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

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

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

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

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