#601B0B

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

Shades of Red Oxide #601B0B

Tints of Red Oxide #601B0B

Color information

#601B0B (or 0x601B0B) is unknown color: approx Red Oxide. HEX triplet: 60, 1B and 0B. RGB value is (96,27,11). Sum of RGB (Red+Green+Blue) = 96+27+11=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B0B is #9FE4F4. Grayscale: #2D2D2D. Windows color (decimal): -10478837 or 727904. OLE color: 727904.

HSL color Cylindrical-coordinate representation of color #601B0B: hue angle of 11.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601B0B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB962711-
CMYK00.720.890.62
HSL11.29º79.44%20.98%-
HSV(B)11.29º88.54%37.65%-
XYZ5.283.290.67-
YUV45.81108.36163.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.64%
GREEN value IS 27 (10.94% from 255) = 20.15%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=71.64%
G=20.15%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96271100.720.890.6211.2979.4420.98
Hex601BB048593Eb4f15
Octal14033130110131761311725
Binary11000001101110110100100010110011111101011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601B0B; }

 p { color: rgb(96,27,11); }

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

<style>
 a { background-color: #601B0B; }

 a { background-color: rgb(96,27,11); }

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

<style>
 span { border-color: #601B0B; }

 span { border-color: rgb(96,27,11); }

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