Html Css Color HEX #671B12 Red Oxide

📋 copy color: '#671B12'

red 103 ◦ green 27 ◦ blue 18

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

Shades of Red Oxide #671B12

Tints of Red Oxide #671B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.24%

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

R = 69.59%
G = 18.24%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671B12 (or 0x671B12) is known color: Red Oxide. HEX triplet: 67, 1B and 12. RGB value is (103,27,18). Sum of RGB (Red+Green+Blue) = 103+27+18=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #671B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #671B12 is #98E4ED. Grayscale: #303030. Windows color (decimal): -10020078 or 1186663. OLE color: 1186663.

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

Color convert

RGB 103 27 18 -
CMYK 0 0.74 0.83 0.60
HSL 6.35º 0.7% 0.24% -
HSV(B) 6.35º 0.83% 0.4% -
XYZ 6.09 3.71 0.97 -
YUV 48.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 103 27 18 0 0.74 0.83 0.60 6.35 0.7 0.24
Hex 67 1B 12 0 4A 53 3C 6 46 18
Octal 147 33 22 0 112 123 74 6 106 30
Binary 1100111 11011 10010 0 1001010 1010011 111100 110 1000110 11000

Color Harmonies of #671B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671B12

Black with #671B12

Text Example


Text Example

White with #671B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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