#C32F3E

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

Shades of Brick Red #C32F3E

Tints of Brick Red #C32F3E

Color information

#C32F3E (or 0xC32F3E) is unknown color: approx Brick Red. HEX triplet: C3, 2F and 3E. RGB value is (195,47,62). Sum of RGB (Red+Green+Blue) = 195+47+62=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F3E is #3CD0C1. Grayscale: #5D5D5D. Windows color (decimal): -3985602 or 4075459. OLE color: 4075459.

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

Color convert

RGB1954762-
CMYK00.760.680.24
HSL353.92º61.16%47.45%-
HSV(B)353.92º75.9%76.47%-
XYZ24.3913.985.97-
YUV92.96110.53200.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 64.14%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=64.14%
G=15.46%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195476200.760.680.24353.9261.1647.45
HexC32F3E04C44181623d2f
Octal30357760114104305427557
Binary1100001110111111111001001100100010011000101100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32F3E; }

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

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

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

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

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

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

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

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