Html Css Color HEX #6A100F Red Oxide

📋 copy color: '#6A100F'

red 106 ◦ green 16 ◦ blue 15

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

Shades of Red Oxide #6A100F

Tints of Red Oxide #6A100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

 BLUE value IS 15 (6.25% from 255) = 10.95%

R = 77.37%
G = 11.68%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6A100F (or 0x6A100F) is known color: Red Oxide. HEX triplet: 6A, 10 and 0F. RGB value is (106,16,15). Sum of RGB (Red+Green+Blue) = 106+16+15=137 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.37% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 106 - color contains mainly: red. Hex color #6A100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A100F is #95EFF0. Grayscale: #2A2A2A. Windows color (decimal): -9826289 or 987242. OLE color: 987242.

HSL color Cylindrical-coordinate representation of color #6A100F: hue angle of 0.66º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A100F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 16 15 -
CMYK 0 0.85 0.86 0.58
HSL 0.66º 0.75% 0.24% -
HSV(B) 0.66º 0.86% 0.42% -
XYZ 6.22 3.47 0.79 -
YUV 42.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 106 16 15 0 0.85 0.86 0.58 0.66 0.75 0.24
Hex 6A 10 F 0 55 56 3A 1 4B 18
Octal 152 20 17 0 125 126 72 1 113 30
Binary 1101010 10000 1111 0 1010101 1010110 111010 1 1001011 11000

Color Harmonies of #6A100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A100F

Black with #6A100F

Text Example


Text Example

White with #6A100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,16,15); }

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

background-color css

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

 a { background-color: rgb(106,16,15); }

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

border-color css

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

 span { border-color: rgb(106,16,15); }

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