#69180B

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

Shades of Red Oxide #69180B

Tints of Red Oxide #69180B

Color information

#69180B (or 0x69180B) is unknown color: approx Red Oxide. HEX triplet: 69, 18 and 0B. RGB value is (105,24,11). Sum of RGB (Red+Green+Blue) = 105+24+11=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #69180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69180B is #96E7F4. Grayscale: #2E2E2E. Windows color (decimal): -9889781 or 727145. OLE color: 727145.

HSL color Cylindrical-coordinate representation of color #69180B: hue angle of 8.3º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69180B is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1052411-
CMYK00.770.900.59
HSL8.3º81.03%22.75%-
HSV(B)8.3º89.52%41.18%-
XYZ6.213.680.7-
YUV46.74107.84169.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=75%
G=17.14%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105241100.770.900.598.381.0322.75
Hex6918B04D5A3B85117
Octal15130130115132731012127
Binary11010011100010110100110110110101110111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69180B; }

 p { color: rgb(105,24,11); }

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

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

 a { background-color: rgb(105,24,11); }

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

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

 span { border-color: rgb(105,24,11); }

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