#4B030A

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

Shades of Rustic Red #4B030A

Tints of Rustic Red #4B030A

Color information

#4B030A (or 0x4B030A) is unknown color: approx Rustic Red. HEX triplet: 4B, 03 and 0A. RGB value is (75,3,10). Sum of RGB (Red+Green+Blue) = 75+3+10=88 (11% of max value = 765). Red value is 75 (29.69% from 255 or 85.23% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 75 - color contains mainly: red. Hex color #4B030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B030A is #B4FCF5. Grayscale: #191919. Windows color (decimal): -11861238 or 656203. OLE color: 656203.

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

Color convert

RGB75310-
CMYK00.960.870.71
HSL354.17º92.31%15.29%-
HSV(B)354.17º96%29.41%-
XYZ2.991.580.44-
YUV25.33119.35163.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 85.23%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=85.23%
G=3.41%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7531000.960.870.71354.1792.3115.29
Hex4B3A06057471625cf
Octal113312014012710754213417
Binary1001011111010011000001010111100011110110001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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