#C42A3D

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

Shades of Brick Red #C42A3D

Tints of Brick Red #C42A3D

Color information

#C42A3D (or 0xC42A3D) is unknown color: approx Brick Red. HEX triplet: C4, 2A and 3D. RGB value is (196,42,61). Sum of RGB (Red+Green+Blue) = 196+42+61=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A3D is #3BD5C2. Grayscale: #5A5A5A. Windows color (decimal): -3921347 or 4008644. OLE color: 4008644.

HSL color Cylindrical-coordinate representation of color #C42A3D: hue angle of 352.6º 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 #C42A3D is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB1964261-
CMYK00.790.690.23
HSL352.6º64.71%46.67%-
HSV(B)352.6º78.57%76.86%-
XYZ24.4413.735.78-
YUV90.21111.52203.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.55%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=65.55%
G=14.05%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196426100.790.690.23352.664.7146.67
HexC42A3D04F4517161412f
Octal304527501171052754110157
Binary11000100101010111101010011111000101101111011000011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42A3D; }

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

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

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

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

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

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

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

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