Html Css Color HEX #3A000B Rustic Red

📋 copy color: '#3A000B'

red 58 ◦ green 0 ◦ blue 11

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

Shades of Rustic Red #3A000B

Tints of Rustic Red #3A000B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 15.94%

R = 84.06%
G = 0%
B = 15.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#3A000B (or 0x3A000B) is known color: Rustic Red. HEX triplet: 3A, 00 and 0B. RGB value is (58,0,11). Sum of RGB (Red+Green+Blue) = 58+0+11=69 (9% of max value = 765). Red value is 58 (23.05% from 255 or 84.06% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 58 - color contains mainly: red. Hex color #3A000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A000B is #C5FFF4. Grayscale: #121212. Windows color (decimal): -12976117 or 720954. OLE color: 720954.

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

Color convert

RGB 58 0 11 -
CMYK 0 1 0.81 0.77
HSL 348.62º 1% 0.11% -
HSV(B) 348.62º 1% 0.23% -
XYZ 1.81 0.92 0.4 -
YUV 18.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 58 0 11 0 1 0.81 0.77 348.62 1 0.11
Hex 3A 0 B 0 64 51 4D 15D 64 B
Octal 72 0 13 0 144 121 115 535 144 13
Binary 111010 0 1011 0 1100100 1010001 1001101 101011101 1100100 1011

Color Harmonies of #3A000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A000B

Black with #3A000B

Text Example


Text Example

White with #3A000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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