Html Css Color HEX #16090A Rustic Red

📋 copy color: '#16090A'

red 22 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #16090A

Tints of Rustic Red #16090A

RGB

 RED value IS 22 (8.98% from 255) = 53.66%

 GREEN value IS 9 (3.91% from 255) = 21.95%

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

R = 53.66%
G = 21.95%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.91

RGB Variations

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

Color information

#16090A (or 0x16090A) is known color: Rustic Red. HEX triplet: 16, 09 and 0A. RGB value is (22,9,10). Sum of RGB (Red+Green+Blue) = 22+9+10=41 (5% of max value = 765). Red value is 22 (8.98% from 255 or 53.66% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 22 - color contains mainly: red. Hex color #16090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16090A is #E9F6F5. Grayscale: #0D0D0D. Windows color (decimal): -15333110 or 657686. OLE color: 657686.

HSL color Cylindrical-coordinate representation of color #16090A: hue angle of 355.38º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #16090A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.91.

Color convert

RGB 22 9 10 -
CMYK 0 0.59 0.55 0.91
HSL 355.38º 0.42% 0.06% -
HSV(B) 355.38º 0.59% 0.09% -
XYZ 0.48 0.39 0.34 -
YUV 13 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 22 9 10 0 0.59 0.55 0.91 355.38 0.42 0.06
Hex 16 9 A 0 3B 37 5B 163 2A 6
Octal 26 11 12 0 73 67 133 543 52 6
Binary 10110 1001 1010 0 111011 110111 1011011 101100011 101010 110

Color Harmonies of #16090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16090A

Black with #16090A

Text Example


Text Example

White with #16090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,9,10); }

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

background-color css

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

 a { background-color: rgb(22,9,10); }

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

border-color css

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

 span { border-color: rgb(22,9,10); }

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