Html Css Color HEX #3A090A Rustic Red

📋 copy color: '#3A090A'

red 58 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #3A090A

Tints of Rustic Red #3A090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.69%

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

R = 75.32%
G = 11.69%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.77

RGB Variations

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

Color information

#3A090A (or 0x3A090A) is known color: Rustic Red. HEX triplet: 3A, 09 and 0A. RGB value is (58,9,10). Sum of RGB (Red+Green+Blue) = 58+9+10=77 (10% of max value = 765). Red value is 58 (23.05% from 255 or 75.32% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 58 - color contains mainly: red. Hex color #3A090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A090A is #C5F6F5. Grayscale: #171717. Windows color (decimal): -12973814 or 657722. OLE color: 657722.

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

Color convert

RGB 58 9 10 -
CMYK 0 0.84 0.83 0.77
HSL 358.78º 0.73% 0.13% -
HSV(B) 358.78º 0.84% 0.23% -
XYZ 1.9 1.12 0.4 -
YUV 23.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 58 9 10 0 0.84 0.83 0.77 358.78 0.73 0.13
Hex 3A 9 A 0 54 53 4D 167 49 D
Octal 72 11 12 0 124 123 115 547 111 15
Binary 111010 1001 1010 0 1010100 1010011 1001101 101100111 1001001 1101

Color Harmonies of #3A090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A090A

Black with #3A090A

Text Example


Text Example

White with #3A090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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