#C62E3E

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

Shades of Brick Red #C62E3E

Tints of Brick Red #C62E3E

Color information

#C62E3E (or 0xC62E3E) is unknown color: approx Brick Red. HEX triplet: C6, 2E and 3E. RGB value is (198,46,62). Sum of RGB (Red+Green+Blue) = 198+46+62=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E3E is #39D1C1. Grayscale: #5D5D5D. Windows color (decimal): -3789250 or 4075206. OLE color: 4075206.

HSL color Cylindrical-coordinate representation of color #C62E3E: hue angle of 353.68º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E3E is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1984662-
CMYK00.770.690.22
HSL353.68º62.3%47.84%-
HSV(B)353.68º76.77%77.65%-
XYZ25.1414.315.99-
YUV93.27110.36202.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.71%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=64.71%
G=15.03%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198466200.770.690.22353.6862.347.84
HexC62E3E04D45161623e30
Octal30656760115105265427660
Binary1100011010111011111001001101100010110110101100010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62E3E; }

 p { color: rgb(198,46,62); }

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

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

 a { background-color: rgb(198,46,62); }

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

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

 span { border-color: rgb(198,46,62); }

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