#C1323B

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

Shades of Brick Red #C1323B

Tints of Brick Red #C1323B

Color information

#C1323B (or 0xC1323B) is unknown color: approx Brick Red. HEX triplet: C1, 32 and 3B. RGB value is (193,50,59). Sum of RGB (Red+Green+Blue) = 193+50+59=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1323B is #3ECDC4. Grayscale: #5D5D5D. Windows color (decimal): -4115909 or 3879617. OLE color: 3879617.

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

Color convert

RGB1935059-
CMYK00.740.690.24
HSL356.22º58.85%47.65%-
HSV(B)356.22º74.09%75.69%-
XYZ23.9213.935.57-
YUV93.78108.38198.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.91%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=63.91%
G=16.56%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193505900.740.690.24356.2258.8547.65
HexC1323B04A45181643b30
Octal30162730112105305447360
Binary1100000111001011101101001010100010111000101100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1323B; }

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

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

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

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

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

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

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

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