Html Css Color HEX #6A1212 Red Oxide

📋 copy color: '#6A1212'

red 106 ◦ green 18 ◦ blue 18

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

Shades of Red Oxide #6A1212

Tints of Red Oxide #6A1212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 74.65%
G = 12.68%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#6A1212 (or 0x6A1212) is known color: Red Oxide. HEX triplet: 6A, 12 and 12. RGB value is (106,18,18). Sum of RGB (Red+Green+Blue) = 106+18+18=142 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.65% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1212 is #95EDED. Grayscale: #2C2C2C. Windows color (decimal): -9825774 or 1184362. OLE color: 1184362.

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

Color convert

RGB 106 18 18 -
CMYK 0 0.83 0.83 0.58
HSL 0.71% 0.24% -
HSV(B) 0.83% 0.42% -
XYZ 6.27 3.54 0.93 -
YUV 44.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 106 18 18 0 0.83 0.83 0.58 0 0.71 0.24
Hex 6A 12 12 0 53 53 3A 0 47 18
Octal 152 22 22 0 123 123 72 0 107 30
Binary 1101010 10010 10010 0 1010011 1010011 111010 0 1000111 11000

Color Harmonies of #6A1212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1212

Black with #6A1212

Text Example


Text Example

White with #6A1212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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