#CA3441

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

Shades of Brick Red #CA3441

Tints of Brick Red #CA3441

Color information

#CA3441 (or 0xCA3441) is unknown color: approx Brick Red. HEX triplet: CA, 34 and 41. RGB value is (202,52,65). Sum of RGB (Red+Green+Blue) = 202+52+65=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3441 is #35CBBE. Grayscale: #626262. Windows color (decimal): -3525567 or 4273354. OLE color: 4273354.

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

Color convert

RGB2025265-
CMYK00.740.680.21
HSL354.8º59.06%49.8%-
HSV(B)354.8º74.26%79.22%-
XYZ26.5415.396.57-
YUV98.33109.2201.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=63.32%
G=16.30%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202526500.740.680.21354.859.0649.8
HexCA344104A44151633b32
Octal312641010112104255437362
Binary11001010110100100000101001010100010010101101100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3441; }

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

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

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

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

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

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

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

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