Html Css Color HEX #1A030B Rustic Red

📋 copy color: '#1A030B'

red 26 ◦ green 3 ◦ blue 11

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

Shades of Rustic Red #1A030B

Tints of Rustic Red #1A030B

RGB

 RED value IS 26 (10.55% from 255) = 65%

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

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

R = 65%
G = 7.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.90

RGB Variations

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

Color information

#1A030B (or 0x1A030B) is known color: Rustic Red. HEX triplet: 1A, 03 and 0B. RGB value is (26,3,11). Sum of RGB (Red+Green+Blue) = 26+3+11=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A030B is #E5FCF4. Grayscale: #0A0A0A. Windows color (decimal): -15072501 or 721690. OLE color: 721690.

HSL color Cylindrical-coordinate representation of color #1A030B: hue angle of 339.13º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A030B is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB 26 3 11 -
CMYK 0 0.88 0.58 0.90
HSL 339.13º 0.79% 0.06% -
HSV(B) 339.13º 0.88% 0.1% -
XYZ 0.52 0.31 0.35 -
YUV 10.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 26 3 11 0 0.88 0.58 0.90 339.13 0.79 0.06
Hex 1A 3 B 0 58 3A 5A 153 4F 6
Octal 32 3 13 0 130 72 132 523 117 6
Binary 11010 11 1011 0 1011000 111010 1011010 101010011 1001111 110

Color Harmonies of #1A030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A030B

Black with #1A030B

Text Example


Text Example

White with #1A030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A030B; }

 p { color: rgb(26,3,11); }

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

background-color css

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

 a { background-color: rgb(26,3,11); }

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

border-color css

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

 span { border-color: rgb(26,3,11); }

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