#4B0108

Color #4B0108 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #4B0108

Tints of Rustic Red #4B0108

Color information

#4B0108 (or 0x4B0108) is unknown color: approx Rustic Red. HEX triplet: 4B, 01 and 08. RGB value is (75,1,8). Sum of RGB (Red+Green+Blue) = 75+1+8=84 (11% of max value = 765). Red value is 75 (29.69% from 255 or 89.29% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0108 is #B4FEF7. Grayscale: #171717. Windows color (decimal): -11861752 or 524619. OLE color: 524619.

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

Color convert

RGB7518-
CMYK00.990.890.71
HSL354.32º97.37%14.9%-
HSV(B)354.32º98.67%29.41%-
XYZ2.961.540.37-
YUV23.92119.02164.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 89.29%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=89.29%
G=1.19%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal751800.990.890.71354.3297.3714.9
Hex4B18063594716261f
Octal113110014313110754214117
Binary100101111000011000111011001100011110110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B0108;
 }
 .AnyTagClassName
 {
   color: #4B0108;
 }
</style>
background-color css

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

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

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

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

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

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