Html Css Color HEX #430517 Rustic Red

📋 copy color: '#430517'

red 67 ◦ green 5 ◦ blue 23

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

Shades of Rustic Red #430517

Tints of Rustic Red #430517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 24.21%

R = 70.53%
G = 5.26%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.74

RGB Variations

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

Color information

#430517 (or 0x430517) is known color: Rustic Red. HEX triplet: 43, 05 and 17. RGB value is (67,5,23). Sum of RGB (Red+Green+Blue) = 67+5+23=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430517 is #BCFAE8. Grayscale: #191919. Windows color (decimal): -12385001 or 1508675. OLE color: 1508675.

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

Color convert

RGB 67 5 23 -
CMYK 0 0.93 0.66 0.74
HSL 342.58º 0.86% 0.14% -
HSV(B) 342.58º 0.93% 0.26% -
XYZ 2.52 1.36 0.94 -
YUV 25.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 67 5 23 0 0.93 0.66 0.74 342.58 0.86 0.14
Hex 43 5 17 0 5D 42 4A 157 56 E
Octal 103 5 27 0 135 102 112 527 126 16
Binary 1000011 101 10111 0 1011101 1000010 1001010 101010111 1010110 1110

Color Harmonies of #430517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430517

Black with #430517

Text Example


Text Example

White with #430517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430517; }

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

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

background-color css

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

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

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

border-color css

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

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

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