#CA3341

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

Shades of Brick Red #CA3341

Tints of Brick Red #CA3341

Color information

#CA3341 (or 0xCA3341) is unknown color: approx Brick Red. HEX triplet: CA, 33 and 41. RGB value is (202,51,65). Sum of RGB (Red+Green+Blue) = 202+51+65=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3341 is #35CCBE. Grayscale: #616161. Windows color (decimal): -3525823 or 4273098. OLE color: 4273098.

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

Color convert

RGB2025165-
CMYK00.750.680.21
HSL354.44º59.68%49.61%-
HSV(B)354.44º74.75%79.22%-
XYZ26.515.316.56-
YUV97.74109.53202.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=63.52%
G=16.04%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202516500.750.680.21354.4459.6849.61
HexCA334104B44151623c32
Octal312631010113104255427462
Binary11001010110011100000101001011100010010101101100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3341; }

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

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

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

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

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

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

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

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