#C42A3A

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

Shades of Brick Red #C42A3A

Tints of Brick Red #C42A3A

Color information

#C42A3A (or 0xC42A3A) is unknown color: approx Brick Red. HEX triplet: C4, 2A and 3A. RGB value is (196,42,58). Sum of RGB (Red+Green+Blue) = 196+42+58=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A3A is #3BD5C5. Grayscale: #595959. Windows color (decimal): -3921350 or 3812036. OLE color: 3812036.

HSL color Cylindrical-coordinate representation of color #C42A3A: hue angle of 353.77º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A3A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1964258-
CMYK00.790.700.23
HSL353.77º64.71%46.67%-
HSV(B)353.77º78.57%76.86%-
XYZ24.3613.75.36-
YUV89.87110.02203.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.22%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 58 (23.05% from 255) = 19.59%
R=66.22%
G=14.19%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196425800.790.700.23353.7764.7146.67
HexC42A3A04F4617162412f
Octal304527201171062754210157
Binary11000100101010111010010011111000110101111011000101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42A3A; }

 p { color: rgb(196,42,58); }

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

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

 a { background-color: rgb(196,42,58); }

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

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

 span { border-color: rgb(196,42,58); }

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