#C32546

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

Shades of Brick Red #C32546

Tints of Brick Red #C32546

Color information

#C32546 (or 0xC32546) is unknown color: approx Brick Red. HEX triplet: C3, 25 and 46. RGB value is (195,37,70). Sum of RGB (Red+Green+Blue) = 195+37+70=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C32546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32546 is #3CDAB9. Grayscale: #585858. Windows color (decimal): -3988154 or 4597187. OLE color: 4597187.

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

Color convert

RGB1953770-
CMYK00.810.640.24
HSL347.47º68.1%45.49%-
HSV(B)347.47º81.03%76.47%-
XYZ24.2713.377.1-
YUV88117.85204.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 64.57%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=64.57%
G=12.25%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195377000.810.640.24347.4768.145.49
HexC32546051401815b442d
Octal3034510601211003053310455
Binary110000111001011000110010100011000000110001010110111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32546; }

 p { color: rgb(195,37,70); }

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

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

 a { background-color: rgb(195,37,70); }

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

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

 span { border-color: rgb(195,37,70); }

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