Html Css Color HEX #1B030A Rustic Red

📋 copy color: '#1B030A'

red 27 ◦ green 3 ◦ blue 10

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

Shades of Rustic Red #1B030A

Tints of Rustic Red #1B030A

RGB

 RED value IS 27 (10.94% from 255) = 67.5%

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

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

R = 67.5%
G = 7.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.89

RGB Variations

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

Color information

#1B030A (or 0x1B030A) is known color: Rustic Red. HEX triplet: 1B, 03 and 0A. RGB value is (27,3,10). Sum of RGB (Red+Green+Blue) = 27+3+10=40 (5% of max value = 765). Red value is 27 (10.94% from 255 or 67.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 27 - color contains mainly: red. Hex color #1B030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B030A is #E4FCF5. Grayscale: #0A0A0A. Windows color (decimal): -15006966 or 656155. OLE color: 656155.

HSL color Cylindrical-coordinate representation of color #1B030A: hue angle of 342.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B030A is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 3 10 -
CMYK 0 0.89 0.63 0.89
HSL 342.5º 0.8% 0.06% -
HSV(B) 342.5º 0.89% 0.11% -
XYZ 0.54 0.32 0.32 -
YUV 10.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 27 3 10 0 0.89 0.63 0.89 342.5 0.8 0.06
Hex 1B 3 A 0 59 3F 59 156 50 6
Octal 33 3 12 0 131 77 131 526 120 6
Binary 11011 11 1010 0 1011001 111111 1011001 101010110 1010000 110

Color Harmonies of #1B030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B030A

Black with #1B030A

Text Example


Text Example

White with #1B030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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