Html Css Color HEX #671A12 Red Oxide

📋 copy color: '#671A12'

red 103 ◦ green 26 ◦ blue 18

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

Shades of Red Oxide #671A12

Tints of Red Oxide #671A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.69%

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

R = 70.07%
G = 17.69%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671A12 (or 0x671A12) is known color: Red Oxide. HEX triplet: 67, 1A and 12. RGB value is (103,26,18). Sum of RGB (Red+Green+Blue) = 103+26+18=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #671A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671A12 is #98E5ED. Grayscale: #303030. Windows color (decimal): -10020334 or 1186407. OLE color: 1186407.

HSL color Cylindrical-coordinate representation of color #671A12: hue angle of 5.65º 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 #671A12 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 26 18 -
CMYK 0 0.75 0.83 0.60
HSL 5.65º 0.7% 0.24% -
HSV(B) 5.65º 0.83% 0.4% -
XYZ 6.07 3.67 0.96 -
YUV 48.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 103 26 18 0 0.75 0.83 0.60 5.65 0.7 0.24
Hex 67 1A 12 0 4B 53 3C 6 46 18
Octal 147 32 22 0 113 123 74 6 106 30
Binary 1100111 11010 10010 0 1001011 1010011 111100 110 1000110 11000

Color Harmonies of #671A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671A12

Black with #671A12

Text Example


Text Example

White with #671A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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