#C6394A

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

Shades of Brick Red #C6394A

Tints of Brick Red #C6394A

Color information

#C6394A (or 0xC6394A) is unknown color: approx Brick Red. HEX triplet: C6, 39 and 4A. RGB value is (198,57,74). Sum of RGB (Red+Green+Blue) = 198+57+74=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6394A is #39C6B5. Grayscale: #656565. Windows color (decimal): -3786422 or 4864454. OLE color: 4864454.

HSL color Cylindrical-coordinate representation of color #C6394A: hue angle of 352.77º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6394A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB1985774-
CMYK00.710.630.22
HSL352.77º55.29%50%-
HSV(B)352.77º71.21%77.65%-
XYZ25.9915.438.09-
YUV101.1112.71197.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.18%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=60.18%
G=17.33%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198577400.710.630.22352.7755.2950
HexC6394A0473F161613732
Octal30671112010777265416762
Binary1100011011100110010100100011111111110110101100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6394A; }

 p { color: rgb(198,57,74); }

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

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

 a { background-color: rgb(198,57,74); }

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

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

 span { border-color: rgb(198,57,74); }

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