#651902

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

Shades of Red Oxide #651902

Tints of Red Oxide #651902

Color information

#651902 (or 0x651902) is unknown color: approx Red Oxide. HEX triplet: 65, 19 and 02. RGB value is (101,25,2). Sum of RGB (Red+Green+Blue) = 101+25+2=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #651902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651902 is #9AE6FD. Grayscale: #2D2D2D. Windows color (decimal): -10151678 or 137573. OLE color: 137573.

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

Color convert

RGB101252-
CMYK00.750.980.60
HSL13.94º96.12%20.2%-
HSV(B)13.94º98.02%39.61%-
XYZ5.733.470.42-
YUV45.1103.68167.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.91%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=78.91%
G=19.53%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10125200.750.980.6013.9496.1220.2
Hex6519204B623Ce6014
Octal1453120113142741614024
Binary110010111001100100101111000101111001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651902; }

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

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

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

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

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

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

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

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