Html Css Color HEX #430410 Rustic Red

📋 copy color: '#430410'

red 67 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #430410

Tints of Rustic Red #430410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.6%

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

R = 77.01%
G = 4.6%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#430410 (or 0x430410) is known color: Rustic Red. HEX triplet: 43, 04 and 10. RGB value is (67,4,16). Sum of RGB (Red+Green+Blue) = 67+4+16=87 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.01% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 67 - color contains mainly: red. Hex color #430410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430410 is #BCFBEF. Grayscale: #181818. Windows color (decimal): -12385264 or 1049667. OLE color: 1049667.

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

Color convert

RGB 67 4 16 -
CMYK 0 0.94 0.76 0.74
HSL 348.57º 0.89% 0.14% -
HSV(B) 348.57º 0.94% 0.26% -
XYZ 2.45 1.32 0.62 -
YUV 24.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 67 4 16 0 0.94 0.76 0.74 348.57 0.89 0.14
Hex 43 4 10 0 5E 4C 4A 15D 59 E
Octal 103 4 20 0 136 114 112 535 131 16
Binary 1000011 100 10000 0 1011110 1001100 1001010 101011101 1011001 1110

Color Harmonies of #430410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430410

Black with #430410

Text Example


Text Example

White with #430410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430410; }

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

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

background-color css

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

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

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

border-color css

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

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

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