Html Css Color HEX #3B010F Rustic Red

📋 copy color: '#3B010F'

red 59 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #3B010F

Tints of Rustic Red #3B010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.33%

 BLUE value IS 15 (6.25% from 255) = 20%

R = 78.67%
G = 1.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.77

RGB Variations

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

Color information

#3B010F (or 0x3B010F) is known color: Rustic Red. HEX triplet: 3B, 01 and 0F. RGB value is (59,1,15). Sum of RGB (Red+Green+Blue) = 59+1+15=75 (9% of max value = 765). Red value is 59 (23.44% from 255 or 78.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 59 - color contains mainly: red. Hex color #3B010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B010F is #C4FEF0. Grayscale: #131313. Windows color (decimal): -12910321 or 983355. OLE color: 983355.

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

Color convert

RGB 59 1 15 -
CMYK 0 0.98 0.75 0.77
HSL 345.52º 0.97% 0.12% -
HSV(B) 345.52º 0.98% 0.23% -
XYZ 1.9 0.99 0.54 -
YUV 19.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 59 1 15 0 0.98 0.75 0.77 345.52 0.97 0.12
Hex 3B 1 F 0 62 4B 4D 15A 61 C
Octal 73 1 17 0 142 113 115 532 141 14
Binary 111011 1 1111 0 1100010 1001011 1001101 101011010 1100001 1100

Color Harmonies of #3B010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B010F

Black with #3B010F

Text Example


Text Example

White with #3B010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,1,15); }

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

background-color css

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

 a { background-color: rgb(59,1,15); }

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

border-color css

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

 span { border-color: rgb(59,1,15); }

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