Html Css Color HEX #430506 Rustic Red

📋 copy color: '#430506'

red 67 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #430506

Tints of Rustic Red #430506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.69%

R = 85.9%
G = 6.41%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#430506 (or 0x430506) is known color: Rustic Red. HEX triplet: 43, 05 and 06. RGB value is (67,5,6). Sum of RGB (Red+Green+Blue) = 67+5+6=78 (10% of max value = 765). Red value is 67 (26.56% from 255 or 85.90% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 67 - color contains mainly: red. Hex color #430506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430506 is #BCFAF9. Grayscale: #171717. Windows color (decimal): -12385018 or 394563. OLE color: 394563.

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

Color convert

RGB 67 5 6 -
CMYK 0 0.93 0.91 0.74
HSL 359.03º 0.86% 0.14% -
HSV(B) 359.03º 0.93% 0.26% -
XYZ 2.4 1.31 0.3 -
YUV 23.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 67 5 6 0 0.93 0.91 0.74 359.03 0.86 0.14
Hex 43 5 6 0 5D 5B 4A 167 56 E
Octal 103 5 6 0 135 133 112 547 126 16
Binary 1000011 101 110 0 1011101 1011011 1001010 101100111 1010110 1110

Color Harmonies of #430506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430506

Black with #430506

Text Example


Text Example

White with #430506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430506; }

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

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

background-color css

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

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

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

border-color css

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

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

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