Html Css Color HEX #430614 Rustic Red

📋 copy color: '#430614'

red 67 ◦ green 6 ◦ blue 20

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

Shades of Rustic Red #430614

Tints of Rustic Red #430614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.45%

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 72.04%
G = 6.45%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#430614 (or 0x430614) is known color: Rustic Red. HEX triplet: 43, 06 and 14. RGB value is (67,6,20). Sum of RGB (Red+Green+Blue) = 67+6+20=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430614 is #BCF9EB. Grayscale: #191919. Windows color (decimal): -12384748 or 1312323. OLE color: 1312323.

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

Color convert

RGB 67 6 20 -
CMYK 0 0.91 0.70 0.74
HSL 346.23º 0.84% 0.14% -
HSV(B) 346.23º 0.91% 0.26% -
XYZ 2.51 1.37 0.79 -
YUV 25.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 67 6 20 0 0.91 0.70 0.74 346.23 0.84 0.14
Hex 43 6 14 0 5B 46 4A 15A 54 E
Octal 103 6 24 0 133 106 112 532 124 16
Binary 1000011 110 10100 0 1011011 1000110 1001010 101011010 1010100 1110

Color Harmonies of #430614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430614

Black with #430614

Text Example


Text Example

White with #430614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430614; }

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

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

background-color css

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

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

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

border-color css

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

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

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