#C32C3B

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

Shades of Brick Red #C32C3B

Tints of Brick Red #C32C3B

Color information

#C32C3B (or 0xC32C3B) is unknown color: approx Brick Red. HEX triplet: C3, 2C and 3B. RGB value is (195,44,59). Sum of RGB (Red+Green+Blue) = 195+44+59=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C3B is #3CD3C4. Grayscale: #5A5A5A. Windows color (decimal): -3986373 or 3878083. OLE color: 3878083.

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

Color convert

RGB1954459-
CMYK00.770.700.24
HSL354.04º63.18%46.86%-
HSV(B)354.04º77.44%76.47%-
XYZ24.213.725.51-
YUV90.86110.03202.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.44%
GREEN value IS 44 (17.58% from 255) = 14.77%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=65.44%
G=14.77%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195445900.770.700.24354.0463.1846.86
HexC32C3B04D46181623f2f
Octal30354730115106305427757
Binary1100001110110011101101001101100011011000101100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32C3B; }

 p { color: rgb(195,44,59); }

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

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

 a { background-color: rgb(195,44,59); }

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

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

 span { border-color: rgb(195,44,59); }

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