Html Css Color HEX #610E03 Red Oxide

📋 copy color: '#610E03'

red 97 ◦ green 14 ◦ blue 3

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

Shades of Red Oxide #610E03

Tints of Red Oxide #610E03

RGB

 RED value IS 97 (38.28% from 255) = 85.09%

 GREEN value IS 14 (5.86% from 255) = 12.28%

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

R = 85.09%
G = 12.28%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#610E03 (or 0x610E03) is known color: Red Oxide. HEX triplet: 61, 0E and 03. RGB value is (97,14,3). Sum of RGB (Red+Green+Blue) = 97+14+3=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #610E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E03 is #9EF1FC. Grayscale: #252525. Windows color (decimal): -10416637 or 200289. OLE color: 200289.

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

Color convert

RGB 97 14 3 -
CMYK 0 0.86 0.97 0.62
HSL 7.02º 0.94% 0.2% -
HSV(B) 7.02º 0.97% 0.38% -
XYZ 5.1 2.86 0.37 -
YUV 37.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 97 14 3 0 0.86 0.97 0.62 7.02 0.94 0.2
Hex 61 E 3 0 56 61 3E 7 5E 14
Octal 141 16 3 0 126 141 76 7 136 24
Binary 1100001 1110 11 0 1010110 1100001 111110 111 1011110 10100

Color Harmonies of #610E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E03

Black with #610E03

Text Example


Text Example

White with #610E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610E03; }

 p { color: rgb(97,14,3); }

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

background-color css

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

 a { background-color: rgb(97,14,3); }

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

border-color css

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

 span { border-color: rgb(97,14,3); }

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