Html Css Color HEX #4B0109 Rustic Red

📋 copy color: '#4B0109'

red 75 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #4B0109

Tints of Rustic Red #4B0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 10.59%

R = 88.24%
G = 1.18%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4B0109 (or 0x4B0109) is known color: Rustic Red. HEX triplet: 4B, 01 and 09. RGB value is (75,1,9). Sum of RGB (Red+Green+Blue) = 75+1+9=85 (11% of max value = 765). Red value is 75 (29.69% from 255 or 88.24% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0109 is #B4FEF6. Grayscale: #181818. Windows color (decimal): -11861751 or 590155. OLE color: 590155.

HSL color Cylindrical-coordinate representation of color #4B0109: hue angle of 353.51º 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 #4B0109 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 1 9 -
CMYK 0 0.99 0.88 0.71
HSL 353.51º 0.97% 0.15% -
HSV(B) 353.51º 0.99% 0.29% -
XYZ 2.96 1.54 0.4 -
YUV 24.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 75 1 9 0 0.99 0.88 0.71 353.51 0.97 0.15
Hex 4B 1 9 0 63 58 47 162 61 F
Octal 113 1 11 0 143 130 107 542 141 17
Binary 1001011 1 1001 0 1100011 1011000 1000111 101100010 1100001 1111

Color Harmonies of #4B0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0109

Black with #4B0109

Text Example


Text Example

White with #4B0109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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