Html Css Color HEX #671802 Red Oxide

📋 copy color: '#671802'

red 103 ◦ green 24 ◦ blue 2

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

Shades of Red Oxide #671802

Tints of Red Oxide #671802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 79.84%
G = 18.6%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#671802 (or 0x671802) is known color: Red Oxide. HEX triplet: 67, 18 and 02. RGB value is (103,24,2). Sum of RGB (Red+Green+Blue) = 103+24+2=129 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.84% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 103 - color contains mainly: red. Hex color #671802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671802 is #98E7FD. Grayscale: #2D2D2D. Windows color (decimal): -10020862 or 137319. OLE color: 137319.

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

Color convert

RGB 103 24 2 -
CMYK 0 0.77 0.98 0.60
HSL 13.07º 0.96% 0.21% -
HSV(B) 13.07º 0.98% 0.4% -
XYZ 5.93 3.54 0.43 -
YUV 45.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 103 24 2 0 0.77 0.98 0.60 13.07 0.96 0.21
Hex 67 18 2 0 4D 62 3C D 60 15
Octal 147 30 2 0 115 142 74 15 140 25
Binary 1100111 11000 10 0 1001101 1100010 111100 1101 1100000 10101

Color Harmonies of #671802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671802

Black with #671802

Text Example


Text Example

White with #671802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671802; }

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

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

background-color css

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

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

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

border-color css

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

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

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