Html Css Color HEX #10060B Rustic Red

📋 copy color: '#10060B'

red 16 ◦ green 6 ◦ blue 11

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

Shades of Rustic Red #10060B

Tints of Rustic Red #10060B

RGB

 RED value IS 16 (6.64% from 255) = 48.48%

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

 BLUE value IS 11 (4.69% from 255) = 33.33%

R = 48.48%
G = 18.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#10060B (or 0x10060B) is known color: Rustic Red. HEX triplet: 10, 06 and 0B. RGB value is (16,6,11). Sum of RGB (Red+Green+Blue) = 16+6+11=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #10060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10060B is #EFF9F4. Grayscale: #090909. Windows color (decimal): -15727093 or 722448. OLE color: 722448.

HSL color Cylindrical-coordinate representation of color #10060B: hue angle of 330º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10060B is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 6 11 -
CMYK 0 0.62 0.31 0.94
HSL 330º 0.45% 0.04% -
HSV(B) 330º 0.63% 0.06% -
XYZ 0.34 0.26 0.35 -
YUV 9.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 16 6 11 0 0.62 0.31 0.94 330 0.45 0.04
Hex 10 6 B 0 3E 1F 5E 14A 2D 4
Octal 20 6 13 0 76 37 136 512 55 4
Binary 10000 110 1011 0 111110 11111 1011110 101001010 101101 100

Color Harmonies of #10060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10060B

Black with #10060B

Text Example


Text Example

White with #10060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10060B; }

 p { color: rgb(16,6,11); }

 H1.HeaderClassName
 {
   color: #10060B;
 }
 .AnyTagClassName
 {
   color: #10060B;
 }
</style>

background-color css

<style>
 a { background-color: #10060B; }

 a { background-color: rgb(16,6,11); }

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

border-color css

<style>
 span { border-color: #10060B; }

 span { border-color: rgb(16,6,11); }

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