Html Css Color HEX #19070B Rustic Red

📋 copy color: '#19070B'

red 25 ◦ green 7 ◦ blue 11

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

Shades of Rustic Red #19070B

Tints of Rustic Red #19070B

RGB

 RED value IS 25 (10.16% from 255) = 58.14%

 GREEN value IS 7 (3.13% from 255) = 16.28%

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

R = 58.14%
G = 16.28%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#19070B (or 0x19070B) is known color: Rustic Red. HEX triplet: 19, 07 and 0B. RGB value is (25,7,11). Sum of RGB (Red+Green+Blue) = 25+7+11=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #19070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19070B is #E6F8F4. Grayscale: #0C0C0C. Windows color (decimal): -15137013 or 722713. OLE color: 722713.

HSL color Cylindrical-coordinate representation of color #19070B: hue angle of 346.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19070B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 7 11 -
CMYK 0 0.72 0.56 0.90
HSL 346.67º 0.56% 0.06% -
HSV(B) 346.67º 0.72% 0.1% -
XYZ 0.54 0.38 0.36 -
YUV 12.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 25 7 11 0 0.72 0.56 0.90 346.67 0.56 0.06
Hex 19 7 B 0 48 38 5A 15B 38 6
Octal 31 7 13 0 110 70 132 533 70 6
Binary 11001 111 1011 0 1001000 111000 1011010 101011011 111000 110

Color Harmonies of #19070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19070B

Black with #19070B

Text Example


Text Example

White with #19070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,7,11); }

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

background-color css

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

 a { background-color: rgb(25,7,11); }

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

border-color css

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

 span { border-color: rgb(25,7,11); }

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