Html Css Color HEX #4B0509 Rustic Red

📋 copy color: '#4B0509'

red 75 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #4B0509

Tints of Rustic Red #4B0509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.62%

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

R = 84.27%
G = 5.62%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4B0509 (or 0x4B0509) is known color: Rustic Red. HEX triplet: 4B, 05 and 09. RGB value is (75,5,9). Sum of RGB (Red+Green+Blue) = 75+5+9=89 (11% of max value = 765). Red value is 75 (29.69% from 255 or 84.27% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0509 is #B4FAF6. Grayscale: #1A1A1A. Windows color (decimal): -11860727 or 591179. OLE color: 591179.

HSL color Cylindrical-coordinate representation of color #4B0509: hue angle of 356.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0509 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 5 9 -
CMYK 0 0.93 0.88 0.71
HSL 356.57º 0.88% 0.16% -
HSV(B) 356.57º 0.93% 0.29% -
XYZ 3.01 1.62 0.41 -
YUV 26.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 75 5 9 0 0.93 0.88 0.71 356.57 0.88 0.16
Hex 4B 5 9 0 5D 58 47 165 58 10
Octal 113 5 11 0 135 130 107 545 130 20
Binary 1001011 101 1001 0 1011101 1011000 1000111 101100101 1011000 10000

Color Harmonies of #4B0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0509

Black with #4B0509

Text Example


Text Example

White with #4B0509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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