Html Css Color HEX #3A0009 Rustic Red

📋 copy color: '#3A0009'

red 58 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #3A0009

Tints of Rustic Red #3A0009

RGB

 RED value IS 58 (23.05% from 255) = 86.57%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 13.43%

R = 86.57%
G = 0%
B = 13.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.77

RGB Variations

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

Color information

#3A0009 (or 0x3A0009) is known color: Rustic Red. HEX triplet: 3A, 00 and 09. RGB value is (58,0,9). Sum of RGB (Red+Green+Blue) = 58+0+9=67 (8% of max value = 765). Red value is 58 (23.05% from 255 or 86.57% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0009 is #C5FFF6. Grayscale: #121212. Windows color (decimal): -12976119 or 589882. OLE color: 589882.

HSL color Cylindrical-coordinate representation of color #3A0009: hue angle of 350.69º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0009 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 0 9 -
CMYK 0 1 0.84 0.77
HSL 350.69º 1% 0.11% -
HSV(B) 350.69º 1% 0.23% -
XYZ 1.79 0.92 0.34 -
YUV 18.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 58 0 9 0 1 0.84 0.77 350.69 1 0.11
Hex 3A 0 9 0 64 54 4D 15F 64 B
Octal 72 0 11 0 144 124 115 537 144 13
Binary 111010 0 1001 0 1100100 1010100 1001101 101011111 1100100 1011

Color Harmonies of #3A0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0009

Black with #3A0009

Text Example


Text Example

White with #3A0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0009; }

 p { color: rgb(58,0,9); }

 H1.HeaderClassName
 {
   color: #3A0009;
 }
 .AnyTagClassName
 {
   color: #3A0009;
 }
</style>

background-color css

<style>
 a { background-color: #3A0009; }

 a { background-color: rgb(58,0,9); }

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

border-color css

<style>
 span { border-color: #3A0009; }

 span { border-color: rgb(58,0,9); }

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