#670F0B

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

Shades of Red Oxide #670F0B

Tints of Red Oxide #670F0B

Color information

#670F0B (or 0x670F0B) is unknown color: approx Red Oxide. HEX triplet: 67, 0F and 0B. RGB value is (103,15,11). Sum of RGB (Red+Green+Blue) = 103+15+11=129 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.84% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 103 - color contains mainly: red. Hex color #670F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670F0B is #98F0F4. Grayscale: #282828. Windows color (decimal): -10023157 or 724839. OLE color: 724839.

HSL color Cylindrical-coordinate representation of color #670F0B: hue angle of 2.61º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670F0B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1031511-
CMYK00.850.890.60
HSL2.61º80.7%22.35%-
HSV(B)2.61º89.32%40.39%-
XYZ5.823.250.64-
YUV40.86111.15172.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 79.84%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=79.84%
G=11.63%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103151100.850.890.602.6180.722.35
Hex67FB055593C35116
Octal1471713012513174312126
Binary11001111111101101010101101100111110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670F0B; }

 p { color: rgb(103,15,11); }

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

<style>
 a { background-color: #670F0B; }

 a { background-color: rgb(103,15,11); }

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

<style>
 span { border-color: #670F0B; }

 span { border-color: rgb(103,15,11); }

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