Html Css Color HEX #3B0318 Rustic Red

📋 copy color: '#3B0318'

red 59 ◦ green 3 ◦ blue 24

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

Shades of Rustic Red #3B0318

Tints of Rustic Red #3B0318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.49%

 BLUE value IS 24 (9.77% from 255) = 27.91%

R = 68.6%
G = 3.49%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.77

RGB Variations

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

Color information

#3B0318 (or 0x3B0318) is known color: Rustic Red. HEX triplet: 3B, 03 and 18. RGB value is (59,3,24). Sum of RGB (Red+Green+Blue) = 59+3+24=86 (11% of max value = 765). Red value is 59 (23.44% from 255 or 68.60% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0318 is #C4FCE7. Grayscale: #161616. Windows color (decimal): -12909800 or 1573691. OLE color: 1573691.

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

Color convert

RGB 59 3 24 -
CMYK 0 0.95 0.59 0.77
HSL 337.5º 0.9% 0.12% -
HSV(B) 337.5º 0.95% 0.23% -
XYZ 2 1.06 0.96 -
YUV 22.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 59 3 24 0 0.95 0.59 0.77 337.5 0.9 0.12
Hex 3B 3 18 0 5F 3B 4D 152 5A C
Octal 73 3 30 0 137 73 115 522 132 14
Binary 111011 11 11000 0 1011111 111011 1001101 101010010 1011010 1100

Color Harmonies of #3B0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0318

Black with #3B0318

Text Example


Text Example

White with #3B0318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,3,24); }

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

background-color css

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

 a { background-color: rgb(59,3,24); }

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

border-color css

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

 span { border-color: rgb(59,3,24); }

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