Html Css Color HEX #511C1A Red Oxide

📋 copy color: '#511C1A'

red 81 ◦ green 28 ◦ blue 26

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

Shades of Red Oxide #511C1A

Tints of Red Oxide #511C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 60%
G = 20.74%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#511C1A (or 0x511C1A) is known color: Red Oxide. HEX triplet: 51, 1C and 1A. RGB value is (81,28,26). Sum of RGB (Red+Green+Blue) = 81+28+26=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C1A is #AEE3E5. Grayscale: #2B2B2B. Windows color (decimal): -11461606 or 1711185. OLE color: 1711185.

HSL color Cylindrical-coordinate representation of color #511C1A: hue angle of 2.18º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511C1A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 28 26 -
CMYK 0 0.65 0.68 0.68
HSL 2.18º 0.51% 0.21% -
HSV(B) 2.18º 0.68% 0.32% -
XYZ 4 2.65 1.28 -
YUV 43.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 81 28 26 0 0.65 0.68 0.68 2.18 0.51 0.21
Hex 51 1C 1A 0 41 44 44 2 33 15
Octal 121 34 32 0 101 104 104 2 63 25
Binary 1010001 11100 11010 0 1000001 1000100 1000100 10 110011 10101

Color Harmonies of #511C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C1A

Black with #511C1A

Text Example


Text Example

White with #511C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511C1A; }

 p { color: rgb(81,28,26); }

 H1.HeaderClassName
 {
   color: #511C1A;
 }
 .AnyTagClassName
 {
   color: #511C1A;
 }
</style>

background-color css

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

 a { background-color: rgb(81,28,26); }

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

border-color css

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

 span { border-color: rgb(81,28,26); }

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