Html Css Color HEX #671C10 Red Oxide

📋 copy color: '#671C10'

red 103 ◦ green 28 ◦ blue 16

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

Shades of Red Oxide #671C10

Tints of Red Oxide #671C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 70.07%
G = 19.05%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#671C10 (or 0x671C10) is known color: Red Oxide. HEX triplet: 67, 1C and 10. RGB value is (103,28,16). Sum of RGB (Red+Green+Blue) = 103+28+16=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #671C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C10 is #98E3EF. Grayscale: #313131. Windows color (decimal): -10019824 or 1055847. OLE color: 1055847.

HSL color Cylindrical-coordinate representation of color #671C10: hue angle of 8.28º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671C10 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 28 16 -
CMYK 0 0.73 0.84 0.60
HSL 8.28º 0.73% 0.23% -
HSV(B) 8.28º 0.84% 0.4% -
XYZ 6.1 3.75 0.89 -
YUV 49.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 103 28 16 0 0.73 0.84 0.60 8.28 0.73 0.23
Hex 67 1C 10 0 49 54 3C 8 49 17
Octal 147 34 20 0 111 124 74 10 111 27
Binary 1100111 11100 10000 0 1001001 1010100 111100 1000 1001001 10111

Color Harmonies of #671C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671C10

Black with #671C10

Text Example


Text Example

White with #671C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,28,16); }

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

background-color css

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

 a { background-color: rgb(103,28,16); }

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

border-color css

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

 span { border-color: rgb(103,28,16); }

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