Html Css Color HEX #6A120D Red Oxide

📋 copy color: '#6A120D'

red 106 ◦ green 18 ◦ blue 13

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

Shades of Red Oxide #6A120D

Tints of Red Oxide #6A120D

RGB

 RED value IS 106 (41.8% from 255) = 77.37%

 GREEN value IS 18 (7.42% from 255) = 13.14%

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 77.37%
G = 13.14%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6A120D (or 0x6A120D) is known color: Red Oxide. HEX triplet: 6A, 12 and 0D. RGB value is (106,18,13). Sum of RGB (Red+Green+Blue) = 106+18+13=137 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.37% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 106 - color contains mainly: red. Hex color #6A120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A120D is #95EDF2. Grayscale: #2B2B2B. Windows color (decimal): -9825779 or 856682. OLE color: 856682.

HSL color Cylindrical-coordinate representation of color #6A120D: hue angle of 3.23º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A120D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 18 13 -
CMYK 0 0.83 0.88 0.58
HSL 3.23º 0.78% 0.23% -
HSV(B) 3.23º 0.88% 0.42% -
XYZ 6.23 3.53 0.73 -
YUV 43.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 106 18 13 0 0.83 0.88 0.58 3.23 0.78 0.23
Hex 6A 12 D 0 53 58 3A 3 4E 17
Octal 152 22 15 0 123 130 72 3 116 27
Binary 1101010 10010 1101 0 1010011 1011000 111010 11 1001110 10111

Color Harmonies of #6A120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A120D

Black with #6A120D

Text Example


Text Example

White with #6A120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,18,13); }

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

background-color css

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

 a { background-color: rgb(106,18,13); }

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

border-color css

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

 span { border-color: rgb(106,18,13); }

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