Html Css Color HEX #610E02 Red Oxide

📋 copy color: '#610E02'

red 97 ◦ green 14 ◦ blue 2

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

Shades of Red Oxide #610E02

Tints of Red Oxide #610E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.77%

R = 85.84%
G = 12.39%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#610E02 (or 0x610E02) is known color: Red Oxide. HEX triplet: 61, 0E and 02. RGB value is (97,14,2). Sum of RGB (Red+Green+Blue) = 97+14+2=113 (14% of max value = 765). Red value is 97 (38.28% from 255 or 85.84% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 97 - color contains mainly: red. Hex color #610E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610E02 is #9EF1FD. Grayscale: #252525. Windows color (decimal): -10416638 or 134753. OLE color: 134753.

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

Color convert

RGB 97 14 2 -
CMYK 0 0.86 0.98 0.62
HSL 7.58º 0.96% 0.19% -
HSV(B) 7.58º 0.98% 0.38% -
XYZ 5.1 2.86 0.34 -
YUV 37.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 97 14 2 0 0.86 0.98 0.62 7.58 0.96 0.19
Hex 61 E 2 0 56 62 3E 8 60 13
Octal 141 16 2 0 126 142 76 10 140 23
Binary 1100001 1110 10 0 1010110 1100010 111110 1000 1100000 10011

Color Harmonies of #610E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E02

Black with #610E02

Text Example


Text Example

White with #610E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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