Html Css Color HEX #671C12 Red Oxide

📋 copy color: '#671C12'

red 103 ◦ green 28 ◦ blue 18

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

Shades of Red Oxide #671C12

Tints of Red Oxide #671C12

RGB

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

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

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

R = 69.13%
G = 18.79%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671C12 (or 0x671C12) is known color: Red Oxide. HEX triplet: 67, 1C and 12. RGB value is (103,28,18). Sum of RGB (Red+Green+Blue) = 103+28+18=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #671C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671C12 is #98E3ED. Grayscale: #313131. Windows color (decimal): -10019822 or 1186919. OLE color: 1186919.

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

Color convert

RGB 103 28 18 -
CMYK 0 0.73 0.83 0.60
HSL 7.06º 0.7% 0.24% -
HSV(B) 7.06º 0.83% 0.4% -
XYZ 6.12 3.76 0.98 -
YUV 49.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 103 28 18 0 0.73 0.83 0.60 7.06 0.7 0.24
Hex 67 1C 12 0 49 53 3C 7 46 18
Octal 147 34 22 0 111 123 74 7 106 30
Binary 1100111 11100 10010 0 1001001 1010011 111100 111 1000110 11000

Color Harmonies of #671C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671C12

Black with #671C12

Text Example


Text Example

White with #671C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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