Html Css Color HEX #140307 Rustic Red

📋 copy color: '#140307'

red 20 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #140307

Tints of Rustic Red #140307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 23.33%

R = 66.67%
G = 10%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.92

RGB Variations

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

Color information

#140307 (or 0x140307) is known color: Rustic Red. HEX triplet: 14, 03 and 07. RGB value is (20,3,7). Sum of RGB (Red+Green+Blue) = 20+3+7=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #140307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140307 is #EBFCF8. Grayscale: #080808. Windows color (decimal): -15465721 or 459540. OLE color: 459540.

HSL color Cylindrical-coordinate representation of color #140307: hue angle of 345.88º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140307 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 3 7 -
CMYK 0 0.85 0.65 0.92
HSL 345.88º 0.74% 0.05% -
HSV(B) 345.88º 0.85% 0.08% -
XYZ 0.36 0.23 0.23 -
YUV 8.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 20 3 7 0 0.85 0.65 0.92 345.88 0.74 0.05
Hex 14 3 7 0 55 41 5C 15A 4A 5
Octal 24 3 7 0 125 101 134 532 112 5
Binary 10100 11 111 0 1010101 1000001 1011100 101011010 1001010 101

Color Harmonies of #140307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140307

Black with #140307

Text Example


Text Example

White with #140307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140307; }

 p { color: rgb(20,3,7); }

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

background-color css

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

 a { background-color: rgb(20,3,7); }

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

border-color css

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

 span { border-color: rgb(20,3,7); }

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