Html Css Color HEX #4B080D Rustic Red

📋 copy color: '#4B080D'

red 75 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #4B080D

Tints of Rustic Red #4B080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.33%

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 78.13%
G = 8.33%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.71

RGB Variations

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

Color information

#4B080D (or 0x4B080D) is known color: Rustic Red. HEX triplet: 4B, 08 and 0D. RGB value is (75,8,13). Sum of RGB (Red+Green+Blue) = 75+8+13=96 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.12% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 75 - color contains mainly: red. Hex color #4B080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B080D is #B4F7F2. Grayscale: #1C1C1C. Windows color (decimal): -11859955 or 854091. OLE color: 854091.

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

Color convert

RGB 75 8 13 -
CMYK 0 0.89 0.83 0.71
HSL 355.52º 0.81% 0.16% -
HSV(B) 355.52º 0.89% 0.29% -
XYZ 3.06 1.7 0.55 -
YUV 28.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 75 8 13 0 0.89 0.83 0.71 355.52 0.81 0.16
Hex 4B 8 D 0 59 53 47 164 51 10
Octal 113 10 15 0 131 123 107 544 121 20
Binary 1001011 1000 1101 0 1011001 1010011 1000111 101100100 1010001 10000

Color Harmonies of #4B080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B080D

Black with #4B080D

Text Example


Text Example

White with #4B080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,8,13); }

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

background-color css

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

 a { background-color: rgb(75,8,13); }

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

border-color css

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

 span { border-color: rgb(75,8,13); }

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