#c0313a

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

Shades of Brick Red #C0313A

Tints of Brick Red #C0313A

Color information

#C0313A (or 0xC0313A) is unknown color: approx Brick Red. HEX triplet: C0, 31 and 3A. RGB value is (192,49,58). Sum of RGB (Red+Green+Blue) = 192+49+58=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C0313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0313A is #3FCEC5. Grayscale: #5C5C5C. Windows color (decimal): -4181702 or 3813824. OLE color: 3813824.

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

Color convert

RGB1924958-
CMYK00.740.700.25
HSL356.22º59.34%47.25%-
HSV(B)356.22º74.48%75.29%-
XYZ23.613.715.41-
YUV92.78108.38198.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.21%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 58 (23.05% from 255) = 19.40%
R=64.21%
G=16.39%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192495800.740.700.25356.2259.3447.25
HexC0313A04A46191643b2f
Octal30061720112106315447357
Binary1100000011000111101001001010100011011001101100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0313a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0313a; }

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

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

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

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

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

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

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

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