Html Css Color HEX #430510 Rustic Red

📋 copy color: '#430510'

red 67 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #430510

Tints of Rustic Red #430510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 76.14%
G = 5.68%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#430510 (or 0x430510) is known color: Rustic Red. HEX triplet: 43, 05 and 10. RGB value is (67,5,16). Sum of RGB (Red+Green+Blue) = 67+5+16=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #430510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430510 is #BCFAEF. Grayscale: #181818. Windows color (decimal): -12385008 or 1049923. OLE color: 1049923.

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

Color convert

RGB 67 5 16 -
CMYK 0 0.93 0.76 0.74
HSL 349.35º 0.86% 0.14% -
HSV(B) 349.35º 0.93% 0.26% -
XYZ 2.46 1.34 0.62 -
YUV 24.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 67 5 16 0 0.93 0.76 0.74 349.35 0.86 0.14
Hex 43 5 10 0 5D 4C 4A 15D 56 E
Octal 103 5 20 0 135 114 112 535 126 16
Binary 1000011 101 10000 0 1011101 1001100 1001010 101011101 1010110 1110

Color Harmonies of #430510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430510

Black with #430510

Text Example


Text Example

White with #430510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430510; }

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

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

background-color css

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

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

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

border-color css

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

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

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