#6B1B03

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

Shades of Red Oxide #6B1B03

Tints of Red Oxide #6B1B03

Color information

#6B1B03 (or 0x6B1B03) is unknown color: approx Red Oxide. HEX triplet: 6B, 1B and 03. RGB value is (107,27,3). Sum of RGB (Red+Green+Blue) = 107+27+3=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1B03 is #94E4FC. Grayscale: #303030. Windows color (decimal): -9757949 or 203627. OLE color: 203627.

HSL color Cylindrical-coordinate representation of color #6B1B03: hue angle of 13.85º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B1B03 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB107273-
CMYK00.750.970.58
HSL13.85º94.55%21.57%-
HSV(B)13.85º97.2%41.96%-
XYZ6.473.920.5-
YUV48.18102.5169.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.10%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 3 (1.56% from 255) = 2.19%
R=78.10%
G=19.71%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10727300.750.970.5813.8594.5521.57
Hex6B1B304B613Ae5f16
Octal1533330113141721613726
Binary110101111011110100101111000011110101110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,27,3); }

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

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

 a { background-color: rgb(107,27,3); }

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

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

 span { border-color: rgb(107,27,3); }

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