Html Css Color HEX #671512 Red Oxide

📋 copy color: '#671512'

red 103 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #671512

Tints of Red Oxide #671512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

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

R = 72.54%
G = 14.79%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671512 (or 0x671512) is known color: Red Oxide. HEX triplet: 67, 15 and 12. RGB value is (103,21,18). Sum of RGB (Red+Green+Blue) = 103+21+18=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #671512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671512 is #98EAED. Grayscale: #2D2D2D. Windows color (decimal): -10021614 or 1185127. OLE color: 1185127.

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

Color convert

RGB 103 21 18 -
CMYK 0 0.80 0.83 0.60
HSL 2.12º 0.7% 0.24% -
HSV(B) 2.12º 0.83% 0.4% -
XYZ 5.97 3.46 0.93 -
YUV 45.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 103 21 18 0 0.80 0.83 0.60 2.12 0.7 0.24
Hex 67 15 12 0 50 53 3C 2 46 18
Octal 147 25 22 0 120 123 74 2 106 30
Binary 1100111 10101 10010 0 1010000 1010011 111100 10 1000110 11000

Color Harmonies of #671512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671512

Black with #671512

Text Example


Text Example

White with #671512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671512; }

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

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

background-color css

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

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

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

border-color css

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

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

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