#651C04

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

Shades of Red Oxide #651C04

Tints of Red Oxide #651C04

Color information

#651C04 (or 0x651C04) is unknown color: approx Red Oxide. HEX triplet: 65, 1C and 04. RGB value is (101,28,4). Sum of RGB (Red+Green+Blue) = 101+28+4=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #651C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C04 is #9AE3FB. Grayscale: #2F2F2F. Windows color (decimal): -10150908 or 269413. OLE color: 269413.

HSL color Cylindrical-coordinate representation of color #651C04: hue angle of 14.85º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #651C04 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB101284-
CMYK00.720.960.60
HSL14.85º92.38%20.59%-
HSV(B)14.85º96.04%39.61%-
XYZ5.83.610.5-
YUV47.09103.68166.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.94%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=75.94%
G=21.05%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10128400.720.960.6014.8592.3820.59
Hex651C4048603Cf5c15
Octal1453440110140741713425
Binary1100101111001000100100011000001111001111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651C04; }

 p { color: rgb(101,28,4); }

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

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

 a { background-color: rgb(101,28,4); }

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

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

 span { border-color: rgb(101,28,4); }

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