#4B030F

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

Shades of Rustic Red #4B030F

Tints of Rustic Red #4B030F

Color information

#4B030F (or 0x4B030F) is unknown color: approx Rustic Red. HEX triplet: 4B, 03 and 0F. RGB value is (75,3,15). Sum of RGB (Red+Green+Blue) = 75+3+15=93 (12% of max value = 765). Red value is 75 (29.69% from 255 or 80.65% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 75 - color contains mainly: red. Hex color #4B030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B030F is #B4FCF0. Grayscale: #191919. Windows color (decimal): -11861233 or 983883. OLE color: 983883.

HSL color Cylindrical-coordinate representation of color #4B030F: hue angle of 350º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B030F is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB75315-
CMYK00.960.800.71
HSL350º92.31%15.29%-
HSV(B)350º96%29.41%-
XYZ3.021.60.6-
YUV25.9121.85163.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 80.65%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 15 (6.25% from 255) = 16.13%
R=80.65%
G=3.23%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7531500.960.800.7135092.3115.29
Hex4B3F060504715e5cf
Octal113317014012010753613417
Binary1001011111111011000001010000100011110101111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,3,15); }

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

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

 a { background-color: rgb(75,3,15); }

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

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

 span { border-color: rgb(75,3,15); }

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