Html Css Color HEX #430709 Rustic Red

📋 copy color: '#430709'

red 67 ◦ green 7 ◦ blue 9

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

Shades of Rustic Red #430709

Tints of Rustic Red #430709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.43%

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

R = 80.72%
G = 8.43%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.74

RGB Variations

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

Color information

#430709 (or 0x430709) is known color: Rustic Red. HEX triplet: 43, 07 and 09. RGB value is (67,7,9). Sum of RGB (Red+Green+Blue) = 67+7+9=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #430709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430709 is #BCF8F6. Grayscale: #191919. Windows color (decimal): -12384503 or 591683. OLE color: 591683.

HSL color Cylindrical-coordinate representation of color #430709: hue angle of 358º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430709 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 7 9 -
CMYK 0 0.90 0.87 0.74
HSL 358º 0.81% 0.15% -
HSV(B) 358º 0.9% 0.26% -
XYZ 2.44 1.36 0.39 -
YUV 25.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 67 7 9 0 0.90 0.87 0.74 358 0.81 0.15
Hex 43 7 9 0 5A 57 4A 166 51 F
Octal 103 7 11 0 132 127 112 546 121 17
Binary 1000011 111 1001 0 1011010 1010111 1001010 101100110 1010001 1111

Color Harmonies of #430709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430709

Black with #430709

Text Example


Text Example

White with #430709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430709; }

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

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

background-color css

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

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

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

border-color css

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

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

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