Html Css Color HEX #601B0D Red Oxide

📋 copy color: '#601B0D'

red 96 ◦ green 27 ◦ blue 13

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

Shades of Red Oxide #601B0D

Tints of Red Oxide #601B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.56%

R = 70.59%
G = 19.85%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#601B0D (or 0x601B0D) is known color: Red Oxide. HEX triplet: 60, 1B and 0D. RGB value is (96,27,13). Sum of RGB (Red+Green+Blue) = 96+27+13=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #601B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B0D is #9FE4F2. Grayscale: #2E2E2E. Windows color (decimal): -10478835 or 858976. OLE color: 858976.

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

Color convert

RGB 96 27 13 -
CMYK 0 0.72 0.86 0.62
HSL 10.12º 0.76% 0.21% -
HSV(B) 10.12º 0.86% 0.38% -
XYZ 5.29 3.3 0.74 -
YUV 46.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 96 27 13 0 0.72 0.86 0.62 10.12 0.76 0.21
Hex 60 1B D 0 48 56 3E A 4C 15
Octal 140 33 15 0 110 126 76 12 114 25
Binary 1100000 11011 1101 0 1001000 1010110 111110 1010 1001100 10101

Color Harmonies of #601B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B0D

Black with #601B0D

Text Example


Text Example

White with #601B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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