Html Css Color HEX #4B080C Rustic Red

📋 copy color: '#4B080C'

red 75 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #4B080C

Tints of Rustic Red #4B080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.63%

R = 78.95%
G = 8.42%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4B080C (or 0x4B080C) is known color: Rustic Red. HEX triplet: 4B, 08 and 0C. RGB value is (75,8,12). Sum of RGB (Red+Green+Blue) = 75+8+12=95 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.95% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 75 - color contains mainly: red. Hex color #4B080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B080C is #B4F7F3. Grayscale: #1C1C1C. Windows color (decimal): -11859956 or 788555. OLE color: 788555.

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

Color convert

RGB 75 8 12 -
CMYK 0 0.89 0.84 0.71
HSL 356.42º 0.81% 0.16% -
HSV(B) 356.42º 0.89% 0.29% -
XYZ 3.05 1.7 0.51 -
YUV 28.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 75 8 12 0 0.89 0.84 0.71 356.42 0.81 0.16
Hex 4B 8 C 0 59 54 47 164 51 10
Octal 113 10 14 0 131 124 107 544 121 20
Binary 1001011 1000 1100 0 1011001 1010100 1000111 101100100 1010001 10000

Color Harmonies of #4B080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B080C

Black with #4B080C

Text Example


Text Example

White with #4B080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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