Html Css Color HEX #430409 Rustic Red

📋 copy color: '#430409'

red 67 ◦ green 4 ◦ blue 9

#430409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #430409

Tints of Rustic Red #430409

RGB

 RED value IS 67 (26.56% from 255) = 83.75%

 GREEN value IS 4 (1.95% from 255) = 5%

 BLUE value IS 9 (3.91% from 255) = 11.25%

R = 83.75%
G = 5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.74

RGB Variations

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

Color information

#430409 (or 0x430409) is known color: Rustic Red. HEX triplet: 43, 04 and 09. RGB value is (67,4,9). Sum of RGB (Red+Green+Blue) = 67+4+9=80 (10% of max value = 765). Red value is 67 (26.56% from 255 or 83.75% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 67 - color contains mainly: red. Hex color #430409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430409 is #BCFBF6. Grayscale: #171717. Windows color (decimal): -12385271 or 590915. OLE color: 590915.

HSL color Cylindrical-coordinate representation of color #430409: hue angle of 355.24º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430409 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 4 9 -
CMYK 0 0.94 0.87 0.74
HSL 355.24º 0.89% 0.14% -
HSV(B) 355.24º 0.94% 0.26% -
XYZ 2.41 1.3 0.38 -
YUV 23.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 67 4 9 0 0.94 0.87 0.74 355.24 0.89 0.14
Hex 43 4 9 0 5E 57 4A 163 59 E
Octal 103 4 11 0 136 127 112 543 131 16
Binary 1000011 100 1001 0 1011110 1010111 1001010 101100011 1011001 1110

Color Harmonies of #430409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430409

Black with #430409

Text Example


Text Example

White with #430409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430409; }

 p { color: rgb(67,4,9); }

 H1.HeaderClassName
 {
   color: #430409;
 }
 .AnyTagClassName
 {
   color: #430409;
 }
</style>

background-color css

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

 a { background-color: rgb(67,4,9); }

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

border-color css

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

 span { border-color: rgb(67,4,9); }

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