Html Css Color HEX #14010B Rustic Red

📋 copy color: '#14010B'

red 20 ◦ green 1 ◦ blue 11

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

Shades of Rustic Red #14010B

Tints of Rustic Red #14010B

RGB

 RED value IS 20 (8.2% from 255) = 62.5%

 GREEN value IS 1 (0.78% from 255) = 3.13%

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

R = 62.5%
G = 3.13%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#14010B (or 0x14010B) is known color: Rustic Red. HEX triplet: 14, 01 and 0B. RGB value is (20,1,11). Sum of RGB (Red+Green+Blue) = 20+1+11=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #14010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010B is #EBFEF4. Grayscale: #070707. Windows color (decimal): -15466229 or 721172. OLE color: 721172.

HSL color Cylindrical-coordinate representation of color #14010B: hue angle of 328.42º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14010B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 1 11 -
CMYK 0 0.95 0.45 0.92
HSL 328.42º 0.9% 0.04% -
HSV(B) 328.42º 0.95% 0.08% -
XYZ 0.36 0.19 0.34 -
YUV 7.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 20 1 11 0 0.95 0.45 0.92 328.42 0.9 0.04
Hex 14 1 B 0 5F 2D 5C 148 5A 4
Octal 24 1 13 0 137 55 134 510 132 4
Binary 10100 1 1011 0 1011111 101101 1011100 101001000 1011010 100

Color Harmonies of #14010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14010B

Black with #14010B

Text Example


Text Example

White with #14010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,1,11); }

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

background-color css

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

 a { background-color: rgb(20,1,11); }

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

border-color css

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

 span { border-color: rgb(20,1,11); }

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