Html Css Color HEX #4B0111 Rustic Red

📋 copy color: '#4B0111'

red 75 ◦ green 1 ◦ blue 17

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

Shades of Rustic Red #4B0111

Tints of Rustic Red #4B0111

RGB

 RED value IS 75 (29.69% from 255) = 80.65%

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

 BLUE value IS 17 (7.03% from 255) = 18.28%

R = 80.65%
G = 1.08%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#4B0111 (or 0x4B0111) is known color: Rustic Red. HEX triplet: 4B, 01 and 11. RGB value is (75,1,17). Sum of RGB (Red+Green+Blue) = 75+1+17=93 (12% of max value = 765). Red value is 75 (29.69% from 255 or 80.65% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0111 is #B4FEEE. Grayscale: #181818. Windows color (decimal): -11861743 or 1114443. OLE color: 1114443.

HSL color Cylindrical-coordinate representation of color #4B0111: hue angle of 347.03º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0111 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 1 17 -
CMYK 0 0.99 0.77 0.71
HSL 347.03º 0.97% 0.15% -
HSV(B) 347.03º 0.99% 0.29% -
XYZ 3.01 1.56 0.67 -
YUV 24.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 75 1 17 0 0.99 0.77 0.71 347.03 0.97 0.15
Hex 4B 1 11 0 63 4D 47 15B 61 F
Octal 113 1 21 0 143 115 107 533 141 17
Binary 1001011 1 10001 0 1100011 1001101 1000111 101011011 1100001 1111

Color Harmonies of #4B0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0111

Black with #4B0111

Text Example


Text Example

White with #4B0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B0111; }

 p { color: rgb(75,1,17); }

 H1.HeaderClassName
 {
   color: #4B0111;
 }
 .AnyTagClassName
 {
   color: #4B0111;
 }
</style>

background-color css

<style>
 a { background-color: #4B0111; }

 a { background-color: rgb(75,1,17); }

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

border-color css

<style>
 span { border-color: #4B0111; }

 span { border-color: rgb(75,1,17); }

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