Html Css Color HEX #3A0F15 Rustic Red

📋 copy color: '#3A0F15'

red 58 ◦ green 15 ◦ blue 21

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

Shades of Rustic Red #3A0F15

Tints of Rustic Red #3A0F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.96%

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 61.7%
G = 15.96%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3A0F15 (or 0x3A0F15) is known color: Rustic Red. HEX triplet: 3A, 0F and 15. RGB value is (58,15,21). Sum of RGB (Red+Green+Blue) = 58+15+21=94 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.70% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F15 is #C5F0EA. Grayscale: #1C1C1C. Windows color (decimal): -12972267 or 1380154. OLE color: 1380154.

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

Color convert

RGB 58 15 21 -
CMYK 0 0.74 0.64 0.77
HSL 351.63º 0.59% 0.14% -
HSV(B) 351.63º 0.74% 0.23% -
XYZ 2.05 1.3 0.85 -
YUV 28.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 58 15 21 0 0.74 0.64 0.77 351.63 0.59 0.14
Hex 3A F 15 0 4A 40 4D 160 3B E
Octal 72 17 25 0 112 100 115 540 73 16
Binary 111010 1111 10101 0 1001010 1000000 1001101 101100000 111011 1110

Color Harmonies of #3A0F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0F15

Black with #3A0F15

Text Example


Text Example

White with #3A0F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,15,21); }

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

background-color css

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

 a { background-color: rgb(58,15,21); }

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

border-color css

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

 span { border-color: rgb(58,15,21); }

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