Html Css Color HEX #12070A Rustic Red

📋 copy color: '#12070A'

red 18 ◦ green 7 ◦ blue 10

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

Shades of Rustic Red #12070A

Tints of Rustic Red #12070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 20%

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

R = 51.43%
G = 20%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#12070A (or 0x12070A) is known color: Rustic Red. HEX triplet: 12, 07 and 0A. RGB value is (18,7,10). Sum of RGB (Red+Green+Blue) = 18+7+10=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12070A is #EDF8F5. Grayscale: #0A0A0A. Windows color (decimal): -15595766 or 657170. OLE color: 657170.

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

Color convert

RGB 18 7 10 -
CMYK 0 0.61 0.44 0.93
HSL 343.64º 0.44% 0.05% -
HSV(B) 343.64º 0.61% 0.07% -
XYZ 0.38 0.3 0.33 -
YUV 10.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 18 7 10 0 0.61 0.44 0.93 343.64 0.44 0.05
Hex 12 7 A 0 3D 2C 5D 158 2C 5
Octal 22 7 12 0 75 54 135 530 54 5
Binary 10010 111 1010 0 111101 101100 1011101 101011000 101100 101

Color Harmonies of #12070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12070A

Black with #12070A

Text Example


Text Example

White with #12070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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