#67150B

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

Shades of Red Oxide #67150B

Tints of Red Oxide #67150B

Color information

#67150B (or 0x67150B) is unknown color: approx Red Oxide. HEX triplet: 67, 15 and 0B. RGB value is (103,21,11). Sum of RGB (Red+Green+Blue) = 103+21+11=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #67150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67150B is #98EAF4. Grayscale: #2C2C2C. Windows color (decimal): -10021621 or 726375. OLE color: 726375.

HSL color Cylindrical-coordinate representation of color #67150B: hue angle of 6.52º 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 #67150B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1032111-
CMYK00.800.890.60
HSL6.52º80.7%22.35%-
HSV(B)6.52º89.32%40.39%-
XYZ5.923.440.67-
YUV44.38109.17169.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=76.30%
G=15.56%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103211100.800.890.606.5280.722.35
Hex6715B050593C75116
Octal1472513012013174712126
Binary1100111101011011010100001011001111100111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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