Html Css Color HEX #601303 Red Oxide

📋 copy color: '#601303'

red 96 ◦ green 19 ◦ blue 3

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

Shades of Red Oxide #601303

Tints of Red Oxide #601303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.54%

R = 81.36%
G = 16.1%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#601303 (or 0x601303) is known color: Red Oxide. HEX triplet: 60, 13 and 03. RGB value is (96,19,3). Sum of RGB (Red+Green+Blue) = 96+19+3=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #601303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601303 is #9FECFC. Grayscale: #282828. Windows color (decimal): -10480893 or 201568. OLE color: 201568.

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

Color convert

RGB 96 19 3 -
CMYK 0 0.80 0.97 0.62
HSL 10.32º 0.94% 0.19% -
HSV(B) 10.32º 0.97% 0.38% -
XYZ 5.07 2.96 0.39 -
YUV 40.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 96 19 3 0 0.80 0.97 0.62 10.32 0.94 0.19
Hex 60 13 3 0 50 61 3E A 5E 13
Octal 140 23 3 0 120 141 76 12 136 23
Binary 1100000 10011 11 0 1010000 1100001 111110 1010 1011110 10011

Color Harmonies of #601303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601303

Black with #601303

Text Example


Text Example

White with #601303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601303; }

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

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

background-color css

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

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

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

border-color css

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

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

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