#69200B

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

Shades of Red Oxide #69200B

Tints of Red Oxide #69200B

Color information

#69200B (or 0x69200B) is unknown color: approx Red Oxide. HEX triplet: 69, 20 and 0B. RGB value is (105,32,11). Sum of RGB (Red+Green+Blue) = 105+32+11=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #69200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69200B is #96DFF4. Grayscale: #333333. Windows color (decimal): -9887733 or 729193. OLE color: 729193.

HSL color Cylindrical-coordinate representation of color #69200B: hue angle of 13.4º 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 #69200B is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1053211-
CMYK00.700.900.59
HSL13.4º81.03%22.75%-
HSV(B)13.4º89.52%41.18%-
XYZ6.44.060.76-
YUV51.43105.18166.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.95%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=70.95%
G=21.62%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105321100.700.900.5913.481.0322.75
Hex6920B0465A3Bd5117
Octal15140130106132731512127
Binary110100110000010110100011010110101110111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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