#c32a3e

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

Shades of Brick Red #C32A3E

Tints of Brick Red #C32A3E

Color information

#C32A3E (or 0xC32A3E) is unknown color: approx Brick Red. HEX triplet: C3, 2A and 3E. RGB value is (195,42,62). Sum of RGB (Red+Green+Blue) = 195+42+62=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A3E is #3CD5C1. Grayscale: #5A5A5A. Windows color (decimal): -3986882 or 4074179. OLE color: 4074179.

HSL color Cylindrical-coordinate representation of color #C32A3E: hue angle of 352.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A3E is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1954262-
CMYK00.780.680.24
HSL352.16º64.56%46.47%-
HSV(B)352.16º78.46%76.47%-
XYZ24.213.615.91-
YUV90.03112.19202.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.22%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 62 (24.61% from 255) = 20.74%
R=65.22%
G=14.05%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195426200.780.680.24352.1664.5646.47
HexC32A3E04E4418160412e
Octal303527601161043054010156
Binary11000011101010111110010011101000100110001011000001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c32a3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c32a3e; }

 p { color: rgb(195,42,62); }

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

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

 a { background-color: rgb(195,42,62); }

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

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

 span { border-color: rgb(195,42,62); }

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