Html Css Color HEX #601B12 Red Oxide

📋 copy color: '#601B12'

red 96 ◦ green 27 ◦ blue 18

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

Shades of Red Oxide #601B12

Tints of Red Oxide #601B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 68.09%
G = 19.15%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#601B12 (or 0x601B12) is known color: Red Oxide. HEX triplet: 60, 1B and 12. RGB value is (96,27,18). Sum of RGB (Red+Green+Blue) = 96+27+18=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #601B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B12 is #9FE4ED. Grayscale: #2E2E2E. Windows color (decimal): -10478830 or 1186656. OLE color: 1186656.

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

Color convert

RGB 96 27 18 -
CMYK 0 0.72 0.81 0.62
HSL 6.92º 0.68% 0.22% -
HSV(B) 6.92º 0.81% 0.38% -
XYZ 5.32 3.31 0.93 -
YUV 46.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 96 27 18 0 0.72 0.81 0.62 6.92 0.68 0.22
Hex 60 1B 12 0 48 51 3E 7 44 16
Octal 140 33 22 0 110 121 76 7 104 26
Binary 1100000 11011 10010 0 1001000 1010001 111110 111 1000100 10110

Color Harmonies of #601B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B12

Black with #601B12

Text Example


Text Example

White with #601B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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