Html Css Color HEX #601305 Red Oxide

📋 copy color: '#601305'

red 96 ◦ green 19 ◦ blue 5

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

Shades of Red Oxide #601305

Tints of Red Oxide #601305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

 BLUE value IS 5 (2.34% from 255) = 4.17%

R = 80%
G = 15.83%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#601305 (or 0x601305) is known color: Red Oxide. HEX triplet: 60, 13 and 05. RGB value is (96,19,5). Sum of RGB (Red+Green+Blue) = 96+19+5=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #601305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601305 is #9FECFA. Grayscale: #282828. Windows color (decimal): -10480891 or 332640. OLE color: 332640.

HSL color Cylindrical-coordinate representation of color #601305: hue angle of 9.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #601305 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 5 -
CMYK 0 0.80 0.95 0.62
HSL 9.23º 0.9% 0.2% -
HSV(B) 9.23º 0.95% 0.38% -
XYZ 5.08 2.96 0.45 -
YUV 40.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 96 19 5 0 0.80 0.95 0.62 9.23 0.9 0.2
Hex 60 13 5 0 50 5F 3E 9 5A 14
Octal 140 23 5 0 120 137 76 11 132 24
Binary 1100000 10011 101 0 1010000 1011111 111110 1001 1011010 10100

Color Harmonies of #601305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601305

Black with #601305

Text Example


Text Example

White with #601305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601305; }

 p { color: rgb(96,19,5); }

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

background-color css

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

 a { background-color: rgb(96,19,5); }

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

border-color css

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

 span { border-color: rgb(96,19,5); }

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