#6a1b0c

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

Shades of Red Oxide #6A1B0C

Tints of Red Oxide #6A1B0C

Color information

#6A1B0C (or 0x6A1B0C) is unknown color: approx Red Oxide. HEX triplet: 6A, 1B and 0C. RGB value is (106,27,12). Sum of RGB (Red+Green+Blue) = 106+27+12=145 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.10% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1B0C is #95E4F3. Grayscale: #313131. Windows color (decimal): -9823476 or 793450. OLE color: 793450.

HSL color Cylindrical-coordinate representation of color #6A1B0C: hue angle of 9.57º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A1B0C is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB1062712-
CMYK00.750.890.58
HSL9.57º79.66%23.14%-
HSV(B)9.57º88.68%41.57%-
XYZ6.43.870.76-
YUV48.91107.17168.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 73.10%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=73.10%
G=18.62%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106271200.750.890.589.5779.6623.14
Hex6A1BC04B593Aa5017
Octal15233140113131721212027
Binary11010101101111000100101110110011110101010101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a1b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,27,12); }

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

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

 a { background-color: rgb(106,27,12); }

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

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

 span { border-color: rgb(106,27,12); }

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