Html Css Color HEX #510B04 Red Oxide

📋 copy color: '#510B04'

red 81 ◦ green 11 ◦ blue 4

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

Shades of Red Oxide #510B04

Tints of Red Oxide #510B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.46%

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

R = 84.38%
G = 11.46%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#510B04 (or 0x510B04) is known color: Red Oxide. HEX triplet: 51, 0B and 04. RGB value is (81,11,4). Sum of RGB (Red+Green+Blue) = 81+11+4=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #510B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B04 is #AEF4FB. Grayscale: #1F1F1F. Windows color (decimal): -11465980 or 265041. OLE color: 265041.

HSL color Cylindrical-coordinate representation of color #510B04: hue angle of 5.45º 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 #510B04 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 11 4 -
CMYK 0 0.86 0.95 0.68
HSL 5.45º 0.91% 0.17% -
HSV(B) 5.45º 0.95% 0.32% -
XYZ 3.53 2 0.31 -
YUV 31.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 81 11 4 0 0.86 0.95 0.68 5.45 0.91 0.17
Hex 51 B 4 0 56 5F 44 5 5B 11
Octal 121 13 4 0 126 137 104 5 133 21
Binary 1010001 1011 100 0 1010110 1011111 1000100 101 1011011 10001

Color Harmonies of #510B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B04

Black with #510B04

Text Example


Text Example

White with #510B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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