Html Css Color HEX #3B050D Rustic Red

📋 copy color: '#3B050D'

red 59 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #3B050D

Tints of Rustic Red #3B050D

RGB

 RED value IS 59 (23.44% from 255) = 76.62%

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

 BLUE value IS 13 (5.47% from 255) = 16.88%

R = 76.62%
G = 6.49%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3B050D (or 0x3B050D) is known color: Rustic Red. HEX triplet: 3B, 05 and 0D. RGB value is (59,5,13). Sum of RGB (Red+Green+Blue) = 59+5+13=77 (10% of max value = 765). Red value is 59 (23.44% from 255 or 76.62% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 59 - color contains mainly: red. Hex color #3B050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B050D is #C4FAF2. Grayscale: #161616. Windows color (decimal): -12909299 or 853307. OLE color: 853307.

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

Color convert

RGB 59 5 13 -
CMYK 0 0.92 0.78 0.77
HSL 351.11º 0.84% 0.13% -
HSV(B) 351.11º 0.92% 0.23% -
XYZ 1.93 1.07 0.49 -
YUV 22.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 59 5 13 0 0.92 0.78 0.77 351.11 0.84 0.13
Hex 3B 5 D 0 5C 4E 4D 15F 54 D
Octal 73 5 15 0 134 116 115 537 124 15
Binary 111011 101 1101 0 1011100 1001110 1001101 101011111 1010100 1101

Color Harmonies of #3B050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B050D

Black with #3B050D

Text Example


Text Example

White with #3B050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,5,13); }

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

background-color css

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

 a { background-color: rgb(59,5,13); }

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

border-color css

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

 span { border-color: rgb(59,5,13); }

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