Html Css Color HEX #3B0A12 Rustic Red

📋 copy color: '#3B0A12'

red 59 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #3B0A12

Tints of Rustic Red #3B0A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.49%

 BLUE value IS 18 (7.42% from 255) = 20.69%

R = 67.82%
G = 11.49%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#3B0A12 (or 0x3B0A12) is known color: Rustic Red. HEX triplet: 3B, 0A and 12. RGB value is (59,10,18). Sum of RGB (Red+Green+Blue) = 59+10+18=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0A12 is #C4F5ED. Grayscale: #191919. Windows color (decimal): -12908014 or 1182267. OLE color: 1182267.

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

Color convert

RGB 59 10 18 -
CMYK 0 0.83 0.69 0.77
HSL 350.2º 0.71% 0.14% -
HSV(B) 350.2º 0.83% 0.23% -
XYZ 2.02 1.19 0.7 -
YUV 25.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 59 10 18 0 0.83 0.69 0.77 350.2 0.71 0.14
Hex 3B A 12 0 53 45 4D 15E 47 E
Octal 73 12 22 0 123 105 115 536 107 16
Binary 111011 1010 10010 0 1010011 1000101 1001101 101011110 1000111 1110

Color Harmonies of #3B0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0A12

Black with #3B0A12

Text Example


Text Example

White with #3B0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,10,18); }

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

background-color css

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

 a { background-color: rgb(59,10,18); }

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

border-color css

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

 span { border-color: rgb(59,10,18); }

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