Html Css Color HEX #12060A Rustic Red

📋 copy color: '#12060A'

red 18 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #12060A

Tints of Rustic Red #12060A

RGB

 RED value IS 18 (7.42% from 255) = 52.94%

 GREEN value IS 6 (2.73% from 255) = 17.65%

 BLUE value IS 10 (4.3% from 255) = 29.41%

R = 52.94%
G = 17.65%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#12060A (or 0x12060A) is known color: Rustic Red. HEX triplet: 12, 06 and 0A. RGB value is (18,6,10). Sum of RGB (Red+Green+Blue) = 18+6+10=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060A is #EDF9F5. Grayscale: #0A0A0A. Windows color (decimal): -15596022 or 656914. OLE color: 656914.

HSL color Cylindrical-coordinate representation of color #12060A: hue angle of 340º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12060A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 6 10 -
CMYK 0 0.67 0.44 0.93
HSL 340º 0.5% 0.05% -
HSV(B) 340º 0.67% 0.07% -
XYZ 0.37 0.28 0.32 -
YUV 10.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 18 6 10 0 0.67 0.44 0.93 340 0.5 0.05
Hex 12 6 A 0 43 2C 5D 154 32 5
Octal 22 6 12 0 103 54 135 524 62 5
Binary 10010 110 1010 0 1000011 101100 1011101 101010100 110010 101

Color Harmonies of #12060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12060A

Black with #12060A

Text Example


Text Example

White with #12060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12060A; }

 p { color: rgb(18,6,10); }

 H1.HeaderClassName
 {
   color: #12060A;
 }
 .AnyTagClassName
 {
   color: #12060A;
 }
</style>

background-color css

<style>
 a { background-color: #12060A; }

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

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

border-color css

<style>
 span { border-color: #12060A; }

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

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