#4B070D

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

Shades of Rustic Red #4B070D

Tints of Rustic Red #4B070D

Color information

#4B070D (or 0x4B070D) is unknown color: approx Rustic Red. HEX triplet: 4B, 07 and 0D. RGB value is (75,7,13). Sum of RGB (Red+Green+Blue) = 75+7+13=95 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.95% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 75 - color contains mainly: red. Hex color #4B070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B070D is #B4F8F2. Grayscale: #1C1C1C. Windows color (decimal): -11860211 or 853835. OLE color: 853835.

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

Color convert

RGB75713-
CMYK00.910.830.71
HSL354.71º82.93%16.08%-
HSV(B)354.71º90.67%29.41%-
XYZ3.051.680.54-
YUV28.02119.53161.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 78.95%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=78.95%
G=7.37%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7571300.910.830.71354.7182.9316.08
Hex4B7D05B53471635310
Octal113715013312310754312320
Binary100101111111010101101110100111000111101100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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