#430A0B

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

Shades of Rustic Red #430A0B

Tints of Rustic Red #430A0B

Color information

#430A0B (or 0x430A0B) is unknown color: approx Rustic Red. HEX triplet: 43, 0A and 0B. RGB value is (67,10,11). Sum of RGB (Red+Green+Blue) = 67+10+11=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #430A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430A0B is #BCF5F4. Grayscale: #1B1B1B. Windows color (decimal): -12383733 or 723523. OLE color: 723523.

HSL color Cylindrical-coordinate representation of color #430A0B: hue angle of 358.95º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430A0B is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB671011-
CMYK00.850.840.74
HSL358.95º74.03%15.1%-
HSV(B)358.95º85.07%26.27%-
XYZ2.481.430.46-
YUV27.16118.88156.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 76.14%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=76.14%
G=11.36%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67101100.850.840.74358.9574.0315.1
Hex43AB055544A1674af
Octal1031213012512411254711217
Binary100001110101011010101011010100100101010110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430A0B; }

 p { color: rgb(67,10,11); }

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

<style>
 a { background-color: #430A0B; }

 a { background-color: rgb(67,10,11); }

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

<style>
 span { border-color: #430A0B; }

 span { border-color: rgb(67,10,11); }

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