Html Css Color HEX #671502 Red Oxide

📋 copy color: '#671502'

red 103 ◦ green 21 ◦ blue 2

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

Shades of Red Oxide #671502

Tints of Red Oxide #671502

RGB

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

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

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

R = 81.75%
G = 16.67%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#671502 (or 0x671502) is known color: Red Oxide. HEX triplet: 67, 15 and 02. RGB value is (103,21,2). Sum of RGB (Red+Green+Blue) = 103+21+2=126 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.75% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 103 - color contains mainly: red. Hex color #671502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671502 is #98EAFD. Grayscale: #2B2B2B. Windows color (decimal): -10021630 or 136551. OLE color: 136551.

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

Color convert

RGB 103 21 2 -
CMYK 0 0.80 0.98 0.60
HSL 11.29º 0.96% 0.21% -
HSV(B) 11.29º 0.98% 0.4% -
XYZ 5.87 3.42 0.41 -
YUV 43.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 103 21 2 0 0.80 0.98 0.60 11.29 0.96 0.21
Hex 67 15 2 0 50 62 3C B 60 15
Octal 147 25 2 0 120 142 74 13 140 25
Binary 1100111 10101 10 0 1010000 1100010 111100 1011 1100000 10101

Color Harmonies of #671502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671502

Black with #671502

Text Example


Text Example

White with #671502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671502; }

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

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

background-color css

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

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

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

border-color css

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

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

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