Html Css Color HEX #12080D Rustic Red

📋 copy color: '#12080D'

red 18 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #12080D

Tints of Rustic Red #12080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 20.51%

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

R = 46.15%
G = 20.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#12080D (or 0x12080D) is known color: Rustic Red. HEX triplet: 12, 08 and 0D. RGB value is (18,8,13). Sum of RGB (Red+Green+Blue) = 18+8+13=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #12080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12080D is #EDF7F2. Grayscale: #0B0B0B. Windows color (decimal): -15595507 or 854034. OLE color: 854034.

HSL color Cylindrical-coordinate representation of color #12080D: hue angle of 330º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12080D is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 8 13 -
CMYK 0 0.56 0.28 0.93
HSL 330º 0.38% 0.05% -
HSV(B) 330º 0.56% 0.07% -
XYZ 0.41 0.33 0.42 -
YUV 11.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 18 8 13 0 0.56 0.28 0.93 330 0.38 0.05
Hex 12 8 D 0 38 1C 5D 14A 26 5
Octal 22 10 15 0 70 34 135 512 46 5
Binary 10010 1000 1101 0 111000 11100 1011101 101001010 100110 101

Color Harmonies of #12080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12080D

Black with #12080D

Text Example


Text Example

White with #12080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12080D; }

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

 H1.HeaderClassName
 {
   color: #12080D;
 }
 .AnyTagClassName
 {
   color: #12080D;
 }
</style>

background-color css

<style>
 a { background-color: #12080D; }

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

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

border-color css

<style>
 span { border-color: #12080D; }

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

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