Html Css Color HEX #430714 Rustic Red

📋 copy color: '#430714'

red 67 ◦ green 7 ◦ blue 20

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

Shades of Rustic Red #430714

Tints of Rustic Red #430714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.45%

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

R = 71.28%
G = 7.45%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#430714 (or 0x430714) is known color: Rustic Red. HEX triplet: 43, 07 and 14. RGB value is (67,7,20). Sum of RGB (Red+Green+Blue) = 67+7+20=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #430714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430714 is #BCF8EB. Grayscale: #1A1A1A. Windows color (decimal): -12384492 or 1312579. OLE color: 1312579.

HSL color Cylindrical-coordinate representation of color #430714: hue angle of 347º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430714 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 7 20 -
CMYK 0 0.90 0.70 0.74
HSL 347º 0.81% 0.15% -
HSV(B) 347º 0.9% 0.26% -
XYZ 2.52 1.4 0.8 -
YUV 26.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 67 7 20 0 0.90 0.70 0.74 347 0.81 0.15
Hex 43 7 14 0 5A 46 4A 15B 51 F
Octal 103 7 24 0 132 106 112 533 121 17
Binary 1000011 111 10100 0 1011010 1000110 1001010 101011011 1010001 1111

Color Harmonies of #430714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430714

Black with #430714

Text Example


Text Example

White with #430714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430714; }

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

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

background-color css

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

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

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

border-color css

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

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

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