#C1323D

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

Shades of Brick Red #C1323D

Tints of Brick Red #C1323D

Color information

#C1323D (or 0xC1323D) is unknown color: approx Brick Red. HEX triplet: C1, 32 and 3D. RGB value is (193,50,61). Sum of RGB (Red+Green+Blue) = 193+50+61=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1323D is #3ECDC2. Grayscale: #5E5E5E. Windows color (decimal): -4115907 or 4010689. OLE color: 4010689.

HSL color Cylindrical-coordinate representation of color #C1323D: hue angle of 355.38º 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 #C1323D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB1935061-
CMYK00.740.680.24
HSL355.38º58.85%47.65%-
HSV(B)355.38º74.09%75.69%-
XYZ23.9813.965.84-
YUV94.01109.38198.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.49%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=63.49%
G=16.45%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193506100.740.680.24355.3858.8547.65
HexC1323D04A44181633b30
Octal30162750112104305437360
Binary1100000111001011110101001010100010011000101100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1323D; }

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

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

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

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

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

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

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

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