#C02C3E

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

Shades of Brick Red #C02C3E

Tints of Brick Red #C02C3E

Color information

#C02C3E (or 0xC02C3E) is unknown color: approx Brick Red. HEX triplet: C0, 2C and 3E. RGB value is (192,44,62). Sum of RGB (Red+Green+Blue) = 192+44+62=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C3E is #3FD3C1. Grayscale: #5A5A5A. Windows color (decimal): -4182978 or 4074688. OLE color: 4074688.

HSL color Cylindrical-coordinate representation of color #C02C3E: hue angle of 352.7º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C3E is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1924462-
CMYK00.770.680.25
HSL352.7º62.71%46.27%-
HSV(B)352.7º77.08%75.29%-
XYZ23.5113.365.9-
YUV90.3112.03200.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.43%
GREEN value IS 44 (17.58% from 255) = 14.77%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=64.43%
G=14.77%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192446200.770.680.25352.762.7146.27
HexC02C3E04D44191613f2e
Octal30054760115104315417756
Binary1100000010110011111001001101100010011001101100001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02C3E; }

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

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

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

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

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

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

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

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