Html Css Color HEX #130307 Rustic Red

📋 copy color: '#130307'

red 19 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #130307

Tints of Rustic Red #130307

RGB

 RED value IS 19 (7.81% from 255) = 65.52%

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

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

R = 65.52%
G = 10.34%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#130307 (or 0x130307) is known color: Rustic Red. HEX triplet: 13, 03 and 07. RGB value is (19,3,7). Sum of RGB (Red+Green+Blue) = 19+3+7=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #130307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130307 is #ECFCF8. Grayscale: #080808. Windows color (decimal): -15531257 or 459539. OLE color: 459539.

HSL color Cylindrical-coordinate representation of color #130307: hue angle of 345º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130307 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 3 7 -
CMYK 0 0.84 0.63 0.93
HSL 345º 0.73% 0.04% -
HSV(B) 345º 0.84% 0.07% -
XYZ 0.34 0.22 0.23 -
YUV 8.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 19 3 7 0 0.84 0.63 0.93 345 0.73 0.04
Hex 13 3 7 0 54 3F 5D 159 49 4
Octal 23 3 7 0 124 77 135 531 111 4
Binary 10011 11 111 0 1010100 111111 1011101 101011001 1001001 100

Color Harmonies of #130307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130307

Black with #130307

Text Example


Text Example

White with #130307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130307; }

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

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

background-color css

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

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

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

border-color css

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

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

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