Html Css Color HEX #13050B Rustic Red

📋 copy color: '#13050B'

red 19 ◦ green 5 ◦ blue 11

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

Shades of Rustic Red #13050B

Tints of Rustic Red #13050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 14.29%

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

R = 54.29%
G = 14.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#13050B (or 0x13050B) is known color: Rustic Red. HEX triplet: 13, 05 and 0B. RGB value is (19,5,11). Sum of RGB (Red+Green+Blue) = 19+5+11=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #13050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13050B is #ECFAF4. Grayscale: #090909. Windows color (decimal): -15530741 or 722195. OLE color: 722195.

HSL color Cylindrical-coordinate representation of color #13050B: hue angle of 334.29º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13050B is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 5 11 -
CMYK 0 0.74 0.42 0.93
HSL 334.29º 0.58% 0.05% -
HSV(B) 334.29º 0.74% 0.07% -
XYZ 0.38 0.27 0.35 -
YUV 9.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 19 5 11 0 0.74 0.42 0.93 334.29 0.58 0.05
Hex 13 5 B 0 4A 2A 5D 14E 3A 5
Octal 23 5 13 0 112 52 135 516 72 5
Binary 10011 101 1011 0 1001010 101010 1011101 101001110 111010 101

Color Harmonies of #13050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13050B

Black with #13050B

Text Example


Text Example

White with #13050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,5,11); }

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

background-color css

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

 a { background-color: rgb(19,5,11); }

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

border-color css

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

 span { border-color: rgb(19,5,11); }

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