#CA3342

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

Shades of Brick Red #CA3342

Tints of Brick Red #CA3342

Color information

#CA3342 (or 0xCA3342) is unknown color: approx Brick Red. HEX triplet: CA, 33 and 42. RGB value is (202,51,66). Sum of RGB (Red+Green+Blue) = 202+51+66=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3342 is #35CCBD. Grayscale: #616161. Windows color (decimal): -3525822 or 4338634. OLE color: 4338634.

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

Color convert

RGB2025166-
CMYK00.750.670.21
HSL354.04º59.68%49.61%-
HSV(B)354.04º74.75%79.22%-
XYZ26.5215.326.71-
YUV97.86110.03202.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=63.32%
G=15.99%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202516600.750.670.21354.0459.6849.61
HexCA334204B43151623c32
Octal312631020113103255427462
Binary11001010110011100001001001011100001110101101100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3342; }

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

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

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

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

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

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

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

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