Html Css Color HEX #471C1A Red Oxide

📋 copy color: '#471C1A'

red 71 ◦ green 28 ◦ blue 26

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

Shades of Red Oxide #471C1A

Tints of Red Oxide #471C1A

RGB

 RED value IS 71 (28.13% from 255) = 56.8%

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

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

R = 56.8%
G = 22.4%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#471C1A (or 0x471C1A) is known color: Red Oxide. HEX triplet: 47, 1C and 1A. RGB value is (71,28,26). Sum of RGB (Red+Green+Blue) = 71+28+26=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C1A is #B8E3E5. Grayscale: #282828. Windows color (decimal): -12116966 or 1711175. OLE color: 1711175.

HSL color Cylindrical-coordinate representation of color #471C1A: hue angle of 2.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471C1A is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 28 26 -
CMYK 0 0.61 0.63 0.72
HSL 2.67º 0.46% 0.19% -
HSV(B) 2.67º 0.63% 0.28% -
XYZ 3.2 2.24 1.24 -
YUV 40.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 71 28 26 0 0.61 0.63 0.72 2.67 0.46 0.19
Hex 47 1C 1A 0 3D 3F 48 3 2E 13
Octal 107 34 32 0 75 77 110 3 56 23
Binary 1000111 11100 11010 0 111101 111111 1001000 11 101110 10011

Color Harmonies of #471C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C1A

Black with #471C1A

Text Example


Text Example

White with #471C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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