#C1323F

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

Shades of Brick Red #C1323F

Tints of Brick Red #C1323F

Color information

#C1323F (or 0xC1323F) is unknown color: approx Brick Red. HEX triplet: C1, 32 and 3F. RGB value is (193,50,63). Sum of RGB (Red+Green+Blue) = 193+50+63=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1323F is #3ECDC0. Grayscale: #5E5E5E. Windows color (decimal): -4115905 or 4141761. OLE color: 4141761.

HSL color Cylindrical-coordinate representation of color #C1323F: hue angle of 354.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1323F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1935063-
CMYK00.740.670.24
HSL354.55º58.85%47.65%-
HSV(B)354.55º74.09%75.69%-
XYZ24.0313.986.13-
YUV94.24110.38198.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.07%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 63 (25% from 255) = 20.59%
R=63.07%
G=16.34%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193506300.740.670.24354.5558.8547.65
HexC1323F04A43181633b30
Octal30162770112103305437360
Binary1100000111001011111101001010100001111000101100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1323F; }

 p { color: rgb(193,50,63); }

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

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

 a { background-color: rgb(193,50,63); }

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

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

 span { border-color: rgb(193,50,63); }

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