Html Css Color HEX #601B10 Red Oxide

📋 copy color: '#601B10'

red 96 ◦ green 27 ◦ blue 16

#601B10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #601B10

Tints of Red Oxide #601B10

RGB

 RED value IS 96 (37.89% from 255) = 69.06%

 GREEN value IS 27 (10.94% from 255) = 19.42%

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 69.06%
G = 19.42%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#601B10 (or 0x601B10) is known color: Red Oxide. HEX triplet: 60, 1B and 10. RGB value is (96,27,16). Sum of RGB (Red+Green+Blue) = 96+27+16=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B10 is #9FE4EF. Grayscale: #2E2E2E. Windows color (decimal): -10478832 or 1055584. OLE color: 1055584.

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

Color convert

RGB 96 27 16 -
CMYK 0 0.72 0.83 0.62
HSL 8.25º 0.71% 0.22% -
HSV(B) 8.25º 0.83% 0.38% -
XYZ 5.31 3.31 0.85 -
YUV 46.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 96 27 16 0 0.72 0.83 0.62 8.25 0.71 0.22
Hex 60 1B 10 0 48 53 3E 8 47 16
Octal 140 33 20 0 110 123 76 10 107 26
Binary 1100000 11011 10000 0 1001000 1010011 111110 1000 1000111 10110

Color Harmonies of #601B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B10

Black with #601B10

Text Example


Text Example

White with #601B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #601B10;
 }
 .AnyTagClassName
 {
   color: #601B10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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