#C0323E

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

Shades of Brick Red #C0323E

Tints of Brick Red #C0323E

Color information

#C0323E (or 0xC0323E) is unknown color: approx Brick Red. HEX triplet: C0, 32 and 3E. RGB value is (192,50,62). Sum of RGB (Red+Green+Blue) = 192+50+62=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0323E is #3FCDC1. Grayscale: #5D5D5D. Windows color (decimal): -4181442 or 4076224. OLE color: 4076224.

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

Color convert

RGB1925062-
CMYK00.740.680.25
HSL354.93º58.68%47.45%-
HSV(B)354.93º73.96%75.29%-
XYZ23.7513.845.98-
YUV93.83110.04198.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.16%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=63.16%
G=16.45%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192506200.740.680.25354.9358.6847.45
HexC0323E04A44191633b2f
Octal30062760112104315437357
Binary1100000011001011111001001010100010011001101100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0323E; }

 p { color: rgb(192,50,62); }

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

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

 a { background-color: rgb(192,50,62); }

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

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

 span { border-color: rgb(192,50,62); }

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