Html Css Color HEX #651702 Red Oxide

📋 copy color: '#651702'

red 101 ◦ green 23 ◦ blue 2

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

Shades of Red Oxide #651702

Tints of Red Oxide #651702

RGB

 RED value IS 101 (39.84% from 255) = 80.16%

 GREEN value IS 23 (9.38% from 255) = 18.25%

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

R = 80.16%
G = 18.25%
B = 1.59%

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

#651702 (or 0x651702) is known color: Red Oxide. HEX triplet: 65, 17 and 02. RGB value is (101,23,2). Sum of RGB (Red+Green+Blue) = 101+23+2=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #651702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651702 is #9AE8FD. Grayscale: #2C2C2C. Windows color (decimal): -10152190 or 137061. OLE color: 137061.

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

Color convert

RGB 101 23 2 -
CMYK 0 0.77 0.98 0.60
HSL 12.73º 0.96% 0.2% -
HSV(B) 12.73º 0.98% 0.4% -
XYZ 5.68 3.38 0.41 -
YUV 43.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 101 23 2 0 0.77 0.98 0.60 12.73 0.96 0.2
Hex 65 17 2 0 4D 62 3C D 60 14
Octal 145 27 2 0 115 142 74 15 140 24
Binary 1100101 10111 10 0 1001101 1100010 111100 1101 1100000 10100

Color Harmonies of #651702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651702

Black with #651702

Text Example


Text Example

White with #651702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651702; }

 p { color: rgb(101,23,2); }

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

background-color css

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

 a { background-color: rgb(101,23,2); }

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

border-color css

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

 span { border-color: rgb(101,23,2); }

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