#C32D45

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

Shades of Brick Red #C32D45

Tints of Brick Red #C32D45

Color information

#C32D45 (or 0xC32D45) is unknown color: approx Brick Red. HEX triplet: C3, 2D and 45. RGB value is (195,45,69). Sum of RGB (Red+Green+Blue) = 195+45+69=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D45 is #3CD2BA. Grayscale: #5C5C5C. Windows color (decimal): -3986107 or 4533699. OLE color: 4533699.

HSL color Cylindrical-coordinate representation of color #C32D45: hue angle of 350.4º degrees, saturation: 0.62, 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 #C32D45 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1954569-
CMYK00.770.650.24
HSL350.4º62.5%47.06%-
HSV(B)350.4º76.92%76.47%-
XYZ24.5213.917.02-
YUV92.59114.7201.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.11%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=63.11%
G=14.56%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195456900.770.650.24350.462.547.06
HexC32D4504D411815e3e2f
Octal303551050115101305367657
Binary11000011101101100010101001101100000111000101011110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32D45; }

 p { color: rgb(195,45,69); }

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

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

 a { background-color: rgb(195,45,69); }

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

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

 span { border-color: rgb(195,45,69); }

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