#430B15

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

Shades of Rustic Red #430B15

Tints of Rustic Red #430B15

Color information

#430B15 (or 0x430B15) is unknown color: approx Rustic Red. HEX triplet: 43, 0B and 15. RGB value is (67,11,21). Sum of RGB (Red+Green+Blue) = 67+11+21=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #430B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B15 is #BCF4EA. Grayscale: #1C1C1C. Windows color (decimal): -12383467 or 1379139. OLE color: 1379139.

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

Color convert

RGB671121-
CMYK00.840.690.74
HSL349.29º71.79%15.29%-
HSV(B)349.29º83.58%26.27%-
XYZ2.571.490.86-
YUV28.88123.55155.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 67.68%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=67.68%
G=11.11%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67112100.840.690.74349.2971.7915.29
Hex43B15054454A15d48f
Octal1031325012410511253511017
Binary1000011101110101010101001000101100101010101110110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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