Html Css Color HEX #671F12 Red Oxide

📋 copy color: '#671F12'

red 103 ◦ green 31 ◦ blue 18

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

Shades of Red Oxide #671F12

Tints of Red Oxide #671F12

RGB

 RED value IS 103 (40.63% from 255) = 67.76%

 GREEN value IS 31 (12.5% from 255) = 20.39%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 67.76%
G = 20.39%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671F12 (or 0x671F12) is known color: Red Oxide. HEX triplet: 67, 1F and 12. RGB value is (103,31,18). Sum of RGB (Red+Green+Blue) = 103+31+18=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #671F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671F12 is #98E0ED. Grayscale: #333333. Windows color (decimal): -10019054 or 1187687. OLE color: 1187687.

HSL color Cylindrical-coordinate representation of color #671F12: hue angle of 9.18º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671F12 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 31 18 -
CMYK 0 0.70 0.83 0.60
HSL 9.18º 0.7% 0.24% -
HSV(B) 9.18º 0.83% 0.4% -
XYZ 6.19 3.91 1 -
YUV 51.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 103 31 18 0 0.70 0.83 0.60 9.18 0.7 0.24
Hex 67 1F 12 0 46 53 3C 9 46 18
Octal 147 37 22 0 106 123 74 11 106 30
Binary 1100111 11111 10010 0 1000110 1010011 111100 1001 1000110 11000

Color Harmonies of #671F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671F12

Black with #671F12

Text Example


Text Example

White with #671F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671F12; }

 p { color: rgb(103,31,18); }

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

background-color css

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

 a { background-color: rgb(103,31,18); }

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

border-color css

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

 span { border-color: rgb(103,31,18); }

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