Html Css Color HEX #610F0C Red Oxide

📋 copy color: '#610F0C'

red 97 ◦ green 15 ◦ blue 12

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

Shades of Red Oxide #610F0C

Tints of Red Oxide #610F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.1%

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 78.23%
G = 12.1%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#610F0C (or 0x610F0C) is known color: Red Oxide. HEX triplet: 61, 0F and 0C. RGB value is (97,15,12). Sum of RGB (Red+Green+Blue) = 97+15+12=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #610F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610F0C is #9EF0F3. Grayscale: #272727. Windows color (decimal): -10416372 or 790369. OLE color: 790369.

HSL color Cylindrical-coordinate representation of color #610F0C: hue angle of 2.12º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610F0C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 15 12 -
CMYK 0 0.85 0.88 0.62
HSL 2.12º 0.78% 0.21% -
HSV(B) 2.12º 0.88% 0.38% -
XYZ 5.17 2.91 0.64 -
YUV 39.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 97 15 12 0 0.85 0.88 0.62 2.12 0.78 0.21
Hex 61 F C 0 55 58 3E 2 4E 15
Octal 141 17 14 0 125 130 76 2 116 25
Binary 1100001 1111 1100 0 1010101 1011000 111110 10 1001110 10101

Color Harmonies of #610F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F0C

Black with #610F0C

Text Example


Text Example

White with #610F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,15,12); }

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

background-color css

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

 a { background-color: rgb(97,15,12); }

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

border-color css

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

 span { border-color: rgb(97,15,12); }

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