Html Css Color HEX #12030A Rustic Red

📋 copy color: '#12030A'

red 18 ◦ green 3 ◦ blue 10

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

Shades of Rustic Red #12030A

Tints of Rustic Red #12030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.68%

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

R = 58.06%
G = 9.68%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#12030A (or 0x12030A) is known color: Rustic Red. HEX triplet: 12, 03 and 0A. RGB value is (18,3,10). Sum of RGB (Red+Green+Blue) = 18+3+10=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #12030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12030A is #EDFCF5. Grayscale: #080808. Windows color (decimal): -15596790 or 656146. OLE color: 656146.

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

Color convert

RGB 18 3 10 -
CMYK 0 0.83 0.44 0.93
HSL 332º 0.71% 0.04% -
HSV(B) 332º 0.83% 0.07% -
XYZ 0.34 0.22 0.31 -
YUV 8.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 18 3 10 0 0.83 0.44 0.93 332 0.71 0.04
Hex 12 3 A 0 53 2C 5D 14C 47 4
Octal 22 3 12 0 123 54 135 514 107 4
Binary 10010 11 1010 0 1010011 101100 1011101 101001100 1000111 100

Color Harmonies of #12030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12030A

Black with #12030A

Text Example


Text Example

White with #12030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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