#651802

Color #651802 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #651802

Tints of Red Oxide #651802

Color information

#651802 (or 0x651802) is unknown color: approx Red Oxide. HEX triplet: 65, 18 and 02. RGB value is (101,24,2). Sum of RGB (Red+Green+Blue) = 101+24+2=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #651802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651802 is #9AE7FD. Grayscale: #2C2C2C. Windows color (decimal): -10151934 or 137317. OLE color: 137317.

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

Color convert

RGB101242-
CMYK00.760.980.60
HSL13.33º96.12%20.2%-
HSV(B)13.33º98.02%39.61%-
XYZ5.73.420.42-
YUV44.52104.01168.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 79.53%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=79.53%
G=18.90%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10124200.760.980.6013.3396.1220.2
Hex6518204C623Cd6014
Octal1453020114142741514024
Binary110010111000100100110011000101111001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651802; }

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

 H1.HeaderClassName
 {
   color: #651802;
 }
 .AnyTagClassName
 {
   color: #651802;
 }
</style>
background-color css

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

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

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

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

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

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