Html Css Color HEX #671402 Red Oxide

📋 copy color: '#671402'

red 103 ◦ green 20 ◦ blue 2

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

Shades of Red Oxide #671402

Tints of Red Oxide #671402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

 BLUE value IS 2 (1.17% from 255) = 1.6%

R = 82.4%
G = 16%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#671402 (or 0x671402) is known color: Red Oxide. HEX triplet: 67, 14 and 02. RGB value is (103,20,2). Sum of RGB (Red+Green+Blue) = 103+20+2=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #671402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671402 is #98EBFD. Grayscale: #2A2A2A. Windows color (decimal): -10021886 or 136295. OLE color: 136295.

HSL color Cylindrical-coordinate representation of color #671402: hue angle of 10.69º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #671402 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 20 2 -
CMYK 0 0.81 0.98 0.60
HSL 10.69º 0.96% 0.21% -
HSV(B) 10.69º 0.98% 0.4% -
XYZ 5.85 3.39 0.4 -
YUV 42.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 103 20 2 0 0.81 0.98 0.60 10.69 0.96 0.21
Hex 67 14 2 0 51 62 3C B 60 15
Octal 147 24 2 0 121 142 74 13 140 25
Binary 1100111 10100 10 0 1010001 1100010 111100 1011 1100000 10101

Color Harmonies of #671402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671402

Black with #671402

Text Example


Text Example

White with #671402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671402; }

 p { color: rgb(103,20,2); }

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

background-color css

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

 a { background-color: rgb(103,20,2); }

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

border-color css

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

 span { border-color: rgb(103,20,2); }

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