Html Css Color HEX #4B0510 Rustic Red

📋 copy color: '#4B0510'

red 75 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #4B0510

Tints of Rustic Red #4B0510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.67%

R = 78.13%
G = 5.21%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#4B0510 (or 0x4B0510) is known color: Rustic Red. HEX triplet: 4B, 05 and 10. RGB value is (75,5,16). Sum of RGB (Red+Green+Blue) = 75+5+16=96 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.12% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0510 is #B4FAEF. Grayscale: #1B1B1B. Windows color (decimal): -11860720 or 1049931. OLE color: 1049931.

HSL color Cylindrical-coordinate representation of color #4B0510: hue angle of 350.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 #4B0510 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 5 16 -
CMYK 0 0.93 0.79 0.71
HSL 350.57º 0.88% 0.16% -
HSV(B) 350.57º 0.93% 0.29% -
XYZ 3.05 1.64 0.65 -
YUV 27.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 75 5 16 0 0.93 0.79 0.71 350.57 0.88 0.16
Hex 4B 5 10 0 5D 4F 47 15F 58 10
Octal 113 5 20 0 135 117 107 537 130 20
Binary 1001011 101 10000 0 1011101 1001111 1000111 101011111 1011000 10000

Color Harmonies of #4B0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0510

Black with #4B0510

Text Example


Text Example

White with #4B0510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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