Html Css Color HEX #13000A Rustic Red

📋 copy color: '#13000A'

red 19 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #13000A

Tints of Rustic Red #13000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.52%
G = 0%
B = 34.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#13000A (or 0x13000A) is known color: Rustic Red. HEX triplet: 13, 00 and 0A. RGB value is (19,0,10). Sum of RGB (Red+Green+Blue) = 19+0+10=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #13000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000A is #ECFFF5. Grayscale: #060606. Windows color (decimal): -15532022 or 655379. OLE color: 655379.

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

Color convert

RGB 19 0 10 -
CMYK 0 1 0.47 0.93
HSL 328.42º 1% 0.04% -
HSV(B) 328.42º 1% 0.07% -
XYZ 0.32 0.16 0.3 -
YUV 6.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 19 0 10 0 1 0.47 0.93 328.42 1 0.04
Hex 13 0 A 0 64 2F 5D 148 64 4
Octal 23 0 12 0 144 57 135 510 144 4
Binary 10011 0 1010 0 1100100 101111 1011101 101001000 1100100 100

Color Harmonies of #13000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13000A

Black with #13000A

Text Example


Text Example

White with #13000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,0,10); }

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

background-color css

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

 a { background-color: rgb(19,0,10); }

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

border-color css

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

 span { border-color: rgb(19,0,10); }

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