Html Css Color HEX #430711 Rustic Red

📋 copy color: '#430711'

red 67 ◦ green 7 ◦ blue 17

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

Shades of Rustic Red #430711

Tints of Rustic Red #430711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 73.63%
G = 7.69%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#430711 (or 0x430711) is known color: Rustic Red. HEX triplet: 43, 07 and 11. RGB value is (67,7,17). Sum of RGB (Red+Green+Blue) = 67+7+17=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430711 is #BCF8EE. Grayscale: #1A1A1A. Windows color (decimal): -12384495 or 1115971. OLE color: 1115971.

HSL color Cylindrical-coordinate representation of color #430711: hue angle of 350º 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 #430711 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 7 17 -
CMYK 0 0.90 0.75 0.74
HSL 350º 0.81% 0.15% -
HSV(B) 350º 0.9% 0.26% -
XYZ 2.49 1.39 0.67 -
YUV 26.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 67 7 17 0 0.90 0.75 0.74 350 0.81 0.15
Hex 43 7 11 0 5A 4B 4A 15E 51 F
Octal 103 7 21 0 132 113 112 536 121 17
Binary 1000011 111 10001 0 1011010 1001011 1001010 101011110 1010001 1111

Color Harmonies of #430711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430711

Black with #430711

Text Example


Text Example

White with #430711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430711; }

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

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

background-color css

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

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

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

border-color css

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

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

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