#430010

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

Shades of Rustic Red #430010

Tints of Rustic Red #430010

Color information

#430010 (or 0x430010) is unknown color: approx Rustic Red. HEX triplet: 43, 00 and 10. RGB value is (67,0,16). Sum of RGB (Red+Green+Blue) = 67+0+16=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #430010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430010 is #BCFFEF. Grayscale: #151515. Windows color (decimal): -12386288 or 1048643. OLE color: 1048643.

HSL color Cylindrical-coordinate representation of color #430010: hue angle of 345.67º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430010 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB67016-
CMYK010.760.74
HSL345.67º100%13.14%-
HSV(B)345.67º100%26.27%-
XYZ2.411.230.6-
YUV21.86124.7160.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 80.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=80.72%
G=0%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67016010.760.74345.6710013.14
Hex430100644C4A15a64d
Octal103020014411411253214415
Binary1000011010000011001001001100100101010101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430010; }

 p { color: rgb(67,0,16); }

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

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

 a { background-color: rgb(67,0,16); }

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

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

 span { border-color: rgb(67,0,16); }

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