#6B2B2C

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

Shades of Red Devil #6B2B2C

Tints of Red Devil #6B2B2C

Color information

#6B2B2C (or 0x6B2B2C) is unknown color: approx Red Devil. HEX triplet: 6B, 2B and 2C. RGB value is (107,43,44). Sum of RGB (Red+Green+Blue) = 107+43+44=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2B2C is #94D4D3. Grayscale: #3E3E3E. Windows color (decimal): -9753812 or 2894699. OLE color: 2894699.

HSL color Cylindrical-coordinate representation of color #6B2B2C: hue angle of 359.06º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B2B2C is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB1074344-
CMYK00.600.590.58
HSL359.06º42.67%29.41%-
HSV(B)359.06º59.81%41.96%-
XYZ7.385.042.97-
YUV62.25117.7159.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.15%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=55.15%
G=22.16%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107434400.600.590.58359.0642.6729.41
Hex6B2B2C03C3B3A1672b1d
Octal153535407473725475335
Binary1101011101011101100011110011101111101010110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B2B2C; }

 p { color: rgb(107,43,44); }

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

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

 a { background-color: rgb(107,43,44); }

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

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

 span { border-color: rgb(107,43,44); }

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