Html Css Color HEX #3A0012 Rustic Red

📋 copy color: '#3A0012'

red 58 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #3A0012

Tints of Rustic Red #3A0012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.68%

R = 76.32%
G = 0%
B = 23.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#3A0012 (or 0x3A0012) is known color: Rustic Red. HEX triplet: 3A, 00 and 12. RGB value is (58,0,18). Sum of RGB (Red+Green+Blue) = 58+0+18=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0012 is #C5FFED. Grayscale: #131313. Windows color (decimal): -12976110 or 1179706. OLE color: 1179706.

HSL color Cylindrical-coordinate representation of color #3A0012: hue angle of 341.38º 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 #3A0012 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 0 18 -
CMYK 0 1 0.69 0.77
HSL 341.38º 1% 0.11% -
HSV(B) 341.38º 1% 0.23% -
XYZ 1.85 0.94 0.66 -
YUV 19.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 58 0 18 0 1 0.69 0.77 341.38 1 0.11
Hex 3A 0 12 0 64 45 4D 155 64 B
Octal 72 0 22 0 144 105 115 525 144 13
Binary 111010 0 10010 0 1100100 1000101 1001101 101010101 1100100 1011

Color Harmonies of #3A0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0012

Black with #3A0012

Text Example


Text Example

White with #3A0012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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