#651203

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

Shades of Red Oxide #651203

Tints of Red Oxide #651203

Color information

#651203 (or 0x651203) is unknown color: approx Red Oxide. HEX triplet: 65, 12 and 03. RGB value is (101,18,3). Sum of RGB (Red+Green+Blue) = 101+18+3=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #651203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651203 is #9AEDFC. Grayscale: #292929. Windows color (decimal): -10153469 or 201317. OLE color: 201317.

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

Color convert

RGB101183-
CMYK00.820.970.60
HSL9.18º94.23%20.39%-
HSV(B)9.18º97.03%39.61%-
XYZ5.63.210.41-
YUV41.11106.5170.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 82.79%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=82.79%
G=14.75%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10118300.820.970.609.1894.2320.39
Hex65123052613C95e14
Octal1452230122141741113624
Binary110010110010110101001011000011111001001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651203; }

 p { color: rgb(101,18,3); }

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

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

 a { background-color: rgb(101,18,3); }

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

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

 span { border-color: rgb(101,18,3); }

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