Html Css Color HEX #6E1B1A Red Oxide

📋 copy color: '#6E1B1A'

red 110 ◦ green 27 ◦ blue 26

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

Shades of Red Oxide #6E1B1A

Tints of Red Oxide #6E1B1A

RGB

 RED value IS 110 (43.36% from 255) = 67.48%

 GREEN value IS 27 (10.94% from 255) = 16.56%

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

R = 67.48%
G = 16.56%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E1B1A (or 0x6E1B1A) is known color: Red Oxide. HEX triplet: 6E, 1B and 1A. RGB value is (110,27,26). Sum of RGB (Red+Green+Blue) = 110+27+26=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1B1A is #91E4E5. Grayscale: #333333. Windows color (decimal): -9561318 or 1710958. OLE color: 1710958.

HSL color Cylindrical-coordinate representation of color #6E1B1A: hue angle of 0.71º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E1B1A is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 27 26 -
CMYK 0 0.75 0.76 0.57
HSL 0.71º 0.62% 0.27% -
HSV(B) 0.71º 0.76% 0.43% -
XYZ 7.01 4.17 1.41 -
YUV 51.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 110 27 26 0 0.75 0.76 0.57 0.71 0.62 0.27
Hex 6E 1B 1A 0 4B 4C 39 1 3E 1B
Octal 156 33 32 0 113 114 71 1 76 33
Binary 1101110 11011 11010 0 1001011 1001100 111001 1 111110 11011

Color Harmonies of #6E1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1B1A

Black with #6E1B1A

Text Example


Text Example

White with #6E1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E1B1A; }

 p { color: rgb(110,27,26); }

 H1.HeaderClassName
 {
   color: #6E1B1A;
 }
 .AnyTagClassName
 {
   color: #6E1B1A;
 }
</style>

background-color css

<style>
 a { background-color: #6E1B1A; }

 a { background-color: rgb(110,27,26); }

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

border-color css

<style>
 span { border-color: #6E1B1A; }

 span { border-color: rgb(110,27,26); }

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