Html Css Color HEX #10050B Rustic Red

📋 copy color: '#10050B'

red 16 ◦ green 5 ◦ blue 11

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

Shades of Rustic Red #10050B

Tints of Rustic Red #10050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 15.63%

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

R = 50%
G = 15.63%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.94

RGB Variations

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

Color information

#10050B (or 0x10050B) is known color: Rustic Red. HEX triplet: 10, 05 and 0B. RGB value is (16,5,11). Sum of RGB (Red+Green+Blue) = 16+5+11=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #10050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10050B is #EFFAF4. Grayscale: #080808. Windows color (decimal): -15727349 or 722192. OLE color: 722192.

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

Color convert

RGB 16 5 11 -
CMYK 0 0.69 0.31 0.94
HSL 327.27º 0.52% 0.04% -
HSV(B) 327.27º 0.69% 0.06% -
XYZ 0.33 0.24 0.35 -
YUV 8.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 16 5 11 0 0.69 0.31 0.94 327.27 0.52 0.04
Hex 10 5 B 0 45 1F 5E 147 34 4
Octal 20 5 13 0 105 37 136 507 64 4
Binary 10000 101 1011 0 1000101 11111 1011110 101000111 110100 100

Color Harmonies of #10050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10050B

Black with #10050B

Text Example


Text Example

White with #10050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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