Html Css Color HEX #3A0304 Rustic Red

📋 copy color: '#3A0304'

red 58 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #3A0304

Tints of Rustic Red #3A0304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.15%

R = 89.23%
G = 4.62%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.77

RGB Variations

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

Color information

#3A0304 (or 0x3A0304) is known color: Rustic Red. HEX triplet: 3A, 03 and 04. RGB value is (58,3,4). Sum of RGB (Red+Green+Blue) = 58+3+4=65 (8% of max value = 765). Red value is 58 (23.05% from 255 or 89.23% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0304 is #C5FCFB. Grayscale: #131313. Windows color (decimal): -12975356 or 262970. OLE color: 262970.

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

Color convert

RGB 58 3 4 -
CMYK 0 0.95 0.93 0.77
HSL 358.91º 0.9% 0.12% -
HSV(B) 358.91º 0.95% 0.23% -
XYZ 1.8 0.97 0.21 -
YUV 19.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 58 3 4 0 0.95 0.93 0.77 358.91 0.9 0.12
Hex 3A 3 4 0 5F 5D 4D 167 5A C
Octal 72 3 4 0 137 135 115 547 132 14
Binary 111010 11 100 0 1011111 1011101 1001101 101100111 1011010 1100

Color Harmonies of #3A0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0304

Black with #3A0304

Text Example


Text Example

White with #3A0304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,3,4); }

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

background-color css

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

 a { background-color: rgb(58,3,4); }

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

border-color css

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

 span { border-color: rgb(58,3,4); }

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