Html Css Color HEX #510F04 Red Oxide

📋 copy color: '#510F04'

red 81 ◦ green 15 ◦ blue 4

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

Shades of Red Oxide #510F04

Tints of Red Oxide #510F04

RGB

 RED value IS 81 (32.03% from 255) = 81%

 GREEN value IS 15 (6.25% from 255) = 15%

 BLUE value IS 4 (1.95% from 255) = 4%

R = 81%
G = 15%
B = 4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#510F04 (or 0x510F04) is known color: Red Oxide. HEX triplet: 51, 0F and 04. RGB value is (81,15,4). Sum of RGB (Red+Green+Blue) = 81+15+4=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #510F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510F04 is #AEF0FB. Grayscale: #212121. Windows color (decimal): -11464956 or 266065. OLE color: 266065.

HSL color Cylindrical-coordinate representation of color #510F04: hue angle of 8.57º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510F04 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 15 4 -
CMYK 0 0.81 0.95 0.68
HSL 8.57º 0.91% 0.17% -
HSV(B) 8.57º 0.95% 0.32% -
XYZ 3.59 2.1 0.33 -
YUV 33.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 81 15 4 0 0.81 0.95 0.68 8.57 0.91 0.17
Hex 51 F 4 0 51 5F 44 9 5B 11
Octal 121 17 4 0 121 137 104 11 133 21
Binary 1010001 1111 100 0 1010001 1011111 1000100 1001 1011011 10001

Color Harmonies of #510F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F04

Black with #510F04

Text Example


Text Example

White with #510F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510F04; }

 p { color: rgb(81,15,4); }

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

background-color css

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

 a { background-color: rgb(81,15,4); }

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

border-color css

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

 span { border-color: rgb(81,15,4); }

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