#43000A

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

Shades of Rustic Red #43000A

Tints of Rustic Red #43000A

Color information

#43000A (or 0x43000A) is unknown color: approx Rustic Red. HEX triplet: 43, 00 and 0A. RGB value is (67,0,10). Sum of RGB (Red+Green+Blue) = 67+0+10=77 (10% of max value = 765). Red value is 67 (26.56% from 255 or 87.01% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 67 - color contains mainly: red. Hex color #43000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43000A is #BCFFF5. Grayscale: #151515. Windows color (decimal): -12386294 or 655427. OLE color: 655427.

HSL color Cylindrical-coordinate representation of color #43000A: hue angle of 351.04º 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 #43000A is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB67010-
CMYK010.850.74
HSL351.04º100%13.14%-
HSV(B)351.04º100%26.27%-
XYZ2.371.220.4-
YUV21.17121.7160.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 87.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=87.01%
G=0%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67010010.850.74351.0410013.14
Hex430A064554A15f64d
Octal103012014412511253714415
Binary100001101010011001001010101100101010101111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43000A; }

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

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

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

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

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

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

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

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