#6B2A2B

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

Shades of Red Devil #6B2A2B

Tints of Red Devil #6B2A2B

Color information

#6B2A2B (or 0x6B2A2B) is unknown color: approx Red Devil. HEX triplet: 6B, 2A and 2B. RGB value is (107,42,43). Sum of RGB (Red+Green+Blue) = 107+42+43=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2A2B is #94D5D4. Grayscale: #3D3D3D. Windows color (decimal): -9754069 or 2828907. OLE color: 2828907.

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

Color convert

RGB1074243-
CMYK00.610.600.58
HSL359.08º43.62%29.22%-
HSV(B)359.08º60.75%41.96%-
XYZ7.334.962.86-
YUV61.55117.53160.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.73%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=55.73%
G=21.88%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107424300.610.600.58359.0843.6229.22
Hex6B2A2B03D3C3A1672c1d
Octal153525307574725475435
Binary1101011101010101011011110111110011101010110011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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