Html Css Color HEX #13030A Rustic Red

📋 copy color: '#13030A'

red 19 ◦ green 3 ◦ blue 10

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

Shades of Rustic Red #13030A

Tints of Rustic Red #13030A

RGB

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

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

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

R = 59.38%
G = 9.38%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#13030A (or 0x13030A) is known color: Rustic Red. HEX triplet: 13, 03 and 0A. RGB value is (19,3,10). Sum of RGB (Red+Green+Blue) = 19+3+10=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #13030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13030A is #ECFCF5. Grayscale: #080808. Windows color (decimal): -15531254 or 656147. OLE color: 656147.

HSL color Cylindrical-coordinate representation of color #13030A: hue angle of 333.75º 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 #13030A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 3 10 -
CMYK 0 0.84 0.47 0.93
HSL 333.75º 0.73% 0.04% -
HSV(B) 333.75º 0.84% 0.07% -
XYZ 0.36 0.23 0.31 -
YUV 8.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 19 3 10 0 0.84 0.47 0.93 333.75 0.73 0.04
Hex 13 3 A 0 54 2F 5D 14E 49 4
Octal 23 3 12 0 124 57 135 516 111 4
Binary 10011 11 1010 0 1010100 101111 1011101 101001110 1001001 100

Color Harmonies of #13030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13030A

Black with #13030A

Text Example


Text Example

White with #13030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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