#6A150B

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

Shades of Red Oxide #6A150B

Tints of Red Oxide #6A150B

Color information

#6A150B (or 0x6A150B) is unknown color: approx Red Oxide. HEX triplet: 6A, 15 and 0B. RGB value is (106,21,11). Sum of RGB (Red+Green+Blue) = 106+21+11=138 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.81% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 106 - color contains mainly: red. Hex color #6A150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A150B is #95EAF4. Grayscale: #2D2D2D. Windows color (decimal): -9825013 or 726378. OLE color: 726378.

HSL color Cylindrical-coordinate representation of color #6A150B: hue angle of 6.32º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A150B is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1062111-
CMYK00.800.900.58
HSL6.32º81.2%22.94%-
HSV(B)6.32º89.62%41.57%-
XYZ6.273.620.69-
YUV45.28108.66171.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 76.81%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=76.81%
G=15.22%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106211100.800.900.586.3281.222.94
Hex6A15B0505A3A65117
Octal1522513012013272612127
Binary1101010101011011010100001011010111010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,21,11); }

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

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

 a { background-color: rgb(106,21,11); }

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

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

 span { border-color: rgb(106,21,11); }

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