Html Css Color HEX #3A0518 Rustic Red

📋 copy color: '#3A0518'

red 58 ◦ green 5 ◦ blue 24

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

Shades of Rustic Red #3A0518

Tints of Rustic Red #3A0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.75%

 BLUE value IS 24 (9.77% from 255) = 27.59%

R = 66.67%
G = 5.75%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3A0518 (or 0x3A0518) is known color: Rustic Red. HEX triplet: 3A, 05 and 18. RGB value is (58,5,24). Sum of RGB (Red+Green+Blue) = 58+5+24=87 (11% of max value = 765). Red value is 58 (23.05% from 255 or 66.67% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0518 is #C5FAE7. Grayscale: #161616. Windows color (decimal): -12974824 or 1574202. OLE color: 1574202.

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

Color convert

RGB 58 5 24 -
CMYK 0 0.91 0.59 0.77
HSL 338.49º 0.84% 0.12% -
HSV(B) 338.49º 0.91% 0.23% -
XYZ 1.96 1.07 0.97 -
YUV 23.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 58 5 24 0 0.91 0.59 0.77 338.49 0.84 0.12
Hex 3A 5 18 0 5B 3B 4D 152 54 C
Octal 72 5 30 0 133 73 115 522 124 14
Binary 111010 101 11000 0 1011011 111011 1001101 101010010 1010100 1100

Color Harmonies of #3A0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0518

Black with #3A0518

Text Example


Text Example

White with #3A0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,5,24); }

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

background-color css

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

 a { background-color: rgb(58,5,24); }

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

border-color css

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

 span { border-color: rgb(58,5,24); }

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