#c0313f

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

Shades of Brick Red #C0313F

Tints of Brick Red #C0313F

Color information

#C0313F (or 0xC0313F) is unknown color: approx Brick Red. HEX triplet: C0, 31 and 3F. RGB value is (192,49,63). Sum of RGB (Red+Green+Blue) = 192+49+63=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0313F is #3FCEC0. Grayscale: #5D5D5D. Windows color (decimal): -4181697 or 4141504. OLE color: 4141504.

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

Color convert

RGB1924963-
CMYK00.740.670.25
HSL354.13º59.34%47.25%-
HSV(B)354.13º74.48%75.29%-
XYZ23.7313.766.11-
YUV93.35110.88198.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.16%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 63 (25% from 255) = 20.72%
R=63.16%
G=16.12%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192496300.740.670.25354.1359.3447.25
HexC0313F04A43191623b2f
Octal30061770112103315427357
Binary1100000011000111111101001010100001111001101100010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0313f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0313f; }

 p { color: rgb(192,49,63); }

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

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

 a { background-color: rgb(192,49,63); }

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

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

 span { border-color: rgb(192,49,63); }

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