Html Css Color HEX #430518 Rustic Red

📋 copy color: '#430518'

red 67 ◦ green 5 ◦ blue 24

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

Shades of Rustic Red #430518

Tints of Rustic Red #430518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25%

R = 69.79%
G = 5.21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#430518 (or 0x430518) is known color: Rustic Red. HEX triplet: 43, 05 and 18. RGB value is (67,5,24). Sum of RGB (Red+Green+Blue) = 67+5+24=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #430518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430518 is #BCFAE7. Grayscale: #191919. Windows color (decimal): -12385000 or 1574211. OLE color: 1574211.

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

Color convert

RGB 67 5 24 -
CMYK 0 0.93 0.64 0.74
HSL 341.61º 0.86% 0.14% -
HSV(B) 341.61º 0.93% 0.26% -
XYZ 2.53 1.37 0.99 -
YUV 25.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 67 5 24 0 0.93 0.64 0.74 341.61 0.86 0.14
Hex 43 5 18 0 5D 40 4A 156 56 E
Octal 103 5 30 0 135 100 112 526 126 16
Binary 1000011 101 11000 0 1011101 1000000 1001010 101010110 1010110 1110

Color Harmonies of #430518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430518

Black with #430518

Text Example


Text Example

White with #430518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430518; }

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

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

background-color css

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

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

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

border-color css

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

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

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