Html Css Color HEX #430511 Rustic Red

📋 copy color: '#430511'

red 67 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #430511

Tints of Rustic Red #430511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.62%

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

R = 75.28%
G = 5.62%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#430511 (or 0x430511) is known color: Rustic Red. HEX triplet: 43, 05 and 11. RGB value is (67,5,17). Sum of RGB (Red+Green+Blue) = 67+5+17=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #430511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430511 is #BCFAEE. Grayscale: #181818. Windows color (decimal): -12385007 or 1115459. OLE color: 1115459.

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

Color convert

RGB 67 5 17 -
CMYK 0 0.93 0.75 0.74
HSL 348.39º 0.86% 0.14% -
HSV(B) 348.39º 0.93% 0.26% -
XYZ 2.47 1.34 0.66 -
YUV 24.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 67 5 17 0 0.93 0.75 0.74 348.39 0.86 0.14
Hex 43 5 11 0 5D 4B 4A 15C 56 E
Octal 103 5 21 0 135 113 112 534 126 16
Binary 1000011 101 10001 0 1011101 1001011 1001010 101011100 1010110 1110

Color Harmonies of #430511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430511

Black with #430511

Text Example


Text Example

White with #430511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430511; }

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

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

background-color css

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

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

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

border-color css

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

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

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